Merge pull request #5220 from apple502j/patch-23

Add privacy policy and terms of use to allowlist
This commit is contained in:
Benjamin Wheeler 2021-04-29 13:53:01 -04:00 committed by GitHub
commit 7242fbfbf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({