Removed remote browser config into bypass browser section.

This commit is contained in:
DebaucheryLibrarian
2026-03-20 23:09:54 +01:00
parent 63bda10c7d
commit 1c6a28247a
2 changed files with 7 additions and 7 deletions

View File

@@ -229,13 +229,13 @@ module.exports = {
'www.kink.com', 'www.kink.com',
'store2.psmcdn.net', // Team Skeet API 'store2.psmcdn.net', // Team Skeet API
], ],
},
remote: { remote: {
enable: false, enable: false,
use: false, use: false,
address: 'ws://10.0.0.1:3333/browser', address: 'ws://10.0.0.1:3333/browser',
key: null, key: null,
}, },
},
cloudflare: { cloudflare: {
enable: false, enable: false,
auto: true, // try bypass when CF challenge is detected auto: true, // try bypass when CF challenge is detected

View File

@@ -38,7 +38,7 @@ const unprintOptions = {
browserUserAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36', browserUserAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36',
apiUserAgent: 'traxxx', apiUserAgent: 'traxxx',
clientRetirement: config.bypass.browser.clientRetirement, clientRetirement: config.bypass.browser.clientRetirement,
remote: config.bypass.remote, remote: config.bypass.browser.remote,
limits: { limits: {
...config.limits, ...config.limits,
default: { default: {