mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Add privacy policy and terms of use to allowlist
This commit is contained in:
parent
75a9e6552e
commit
9a3fc9876c
1 changed files with 5 additions and 1 deletions
|
@ -14,7 +14,11 @@ const Types = keyMirror({
|
|||
const banWhitelistPaths = [
|
||||
'/accounts/banned-response/',
|
||||
'/community_guidelines/',
|
||||
'/community_guidelines'
|
||||
'/community_guidelines',
|
||||
'/privacy_policy/',
|
||||
'/privacy_policy',
|
||||
'/terms_of_use/',
|
||||
'/terms_of_use'
|
||||
];
|
||||
|
||||
module.exports.Status = keyMirror({
|
||||
|
|
Loading…
Reference in a new issue