This commit is contained in:
QuiteAFancyEmerald 2021-12-03 20:23:34 -08:00
commit e815fff75e
No known key found for this signature in database
GPG key ID: 14E10C9F7DC07318
25 changed files with 13 additions and 10 deletions

View file

@ -106,6 +106,7 @@ const proxy = new corrosion({
forceHttps: true,
codec: config.codec || 'xor',
ws: config.ws,
forceHttps: true,
requestMiddleware: [
corrosion.middleware.blacklist(blacklist, 'Service not allowed due to bot protection! Make sure you are not trying to verify on a proxy.'),
],