mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Add w/o slash to the whitelist paths
as recommended in https://github.com/LLK/scratchr2/pull/4127#issuecomment-256484893
This commit is contained in:
parent
fa1b6c6c00
commit
7e04ae1088
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ var Types = keyMirror({
|
||||||
|
|
||||||
var banWhitelistPaths = [
|
var banWhitelistPaths = [
|
||||||
'/accounts/banned-response/',
|
'/accounts/banned-response/',
|
||||||
'/community_guidelines/'
|
'/community_guidelines/',
|
||||||
|
'/community_guidelines'
|
||||||
];
|
];
|
||||||
|
|
||||||
module.exports.Status = keyMirror({
|
module.exports.Status = keyMirror({
|
||||||
|
|
Loading…
Reference in a new issue