Unverified Commit 7242fbfb authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #5220 from apple502j/patch-23

Add privacy policy and terms of use to allowlist
parents 9fc87ccd ec710a1d
...@@ -13,9 +13,10 @@ const Types = keyMirror({ ...@@ -13,9 +13,10 @@ const Types = keyMirror({
}); });
const banWhitelistPaths = [ const banWhitelistPaths = [
'/accounts/banned-response/', '/accounts/banned-response',
'/community_guidelines/', '/community_guidelines',
'/community_guidelines' '/privacy_policy',
'/terms_of_use'
]; ];
module.exports.Status = keyMirror({ module.exports.Status = keyMirror({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment