Add privacy policy and terms of use to allowlist

This commit is contained in:
apple502j 2021-04-02 04:28:27 +09:00 committed by GitHub
parent 75a9e6552e
commit 9a3fc9876c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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