Created
October 30, 2025 07:29
-
-
Save WoodProgrammer/6073f425221b308931781c68f20be838 to your computer and use it in GitHub Desktop.
content-policy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| contentPolicyConfig={ | |
| 'filtersConfig': [ | |
| { | |
| 'type': 'HATE', | |
| 'inputStrength': 'HIGH', | |
| 'outputStrength': 'HIGH' | |
| }, | |
| { | |
| 'type': 'VIOLENCE', | |
| 'inputStrength': 'HIGH', | |
| 'outputStrength': 'HIGH' | |
| }, | |
| { | |
| 'type': 'SEXUAL', | |
| 'inputStrength': 'HIGH', | |
| 'outputStrength': 'HIGH' | |
| }, | |
| { | |
| 'type': 'MISCONDUCT', | |
| 'inputStrength': 'MEDIUM', | |
| 'outputStrength': 'MEDIUM' | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment