mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Merge pull request #5220 from apple502j/patch-23
Add privacy policy and terms of use to allowlist
This commit is contained in:
commit
7242fbfbf0
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ const Types = keyMirror({
|
|||
});
|
||||
|
||||
const banWhitelistPaths = [
|
||||
'/accounts/banned-response/',
|
||||
'/community_guidelines/',
|
||||
'/community_guidelines'
|
||||
'/accounts/banned-response',
|
||||
'/community_guidelines',
|
||||
'/privacy_policy',
|
||||
'/terms_of_use'
|
||||
];
|
||||
|
||||
module.exports.Status = keyMirror({
|
||||
|
|
Loading…
Reference in a new issue