mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Revert "Add privacy policy and terms of use to allowlist"
This commit is contained in:
parent
cb7c60e8aa
commit
732b596c61
1 changed files with 3 additions and 4 deletions
|
@ -13,10 +13,9 @@ const Types = keyMirror({
|
|||
});
|
||||
|
||||
const banWhitelistPaths = [
|
||||
'/accounts/banned-response',
|
||||
'/community_guidelines',
|
||||
'/privacy_policy',
|
||||
'/terms_of_use'
|
||||
'/accounts/banned-response/',
|
||||
'/community_guidelines/',
|
||||
'/community_guidelines'
|
||||
];
|
||||
|
||||
module.exports.Status = keyMirror({
|
||||
|
|
Loading…
Reference in a new issue