1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:54:41 -05:00

add new banned channels

This commit is contained in:
ashley 2024-09-02 23:13:16 +00:00
parent 79ce4dc835
commit 9665d8c79f

View file

@ -270,7 +270,7 @@ module.exports = function (app, config, renderTemplate) {
]); ]);
var bannedchannels = ["UC1okSIA8UEY8OqvtjGHFvzA"]; var bannedchannels = ["UC1okSIA8UEY8OqvtjGHFvzA", "UClsVg5LkK2COQRo1mVS4taA", "UCIr4vkCsn0tdTW2xZ1jRG1g"];
var bypassQuery = "cG9rZXR1YmVjaGFubmVsYnlwYXNzbG9scGVvcGxldGhpbmt0aGlzaXNjZW5zb3JzaGlwLTQ1OTBh"; var bypassQuery = "cG9rZXR1YmVjaGFubmVsYnlwYXNzbG9scGVvcGxldGhpbmt0aGlzaXNjZW5zb3JzaGlwLTQ1OTBh";
var bypassExists = req.query.bypass === bypassQuery; var bypassExists = req.query.bypass === bypassQuery;