Removed remote browser config into bypass browser section.
This commit is contained in:
@@ -229,13 +229,13 @@ module.exports = {
|
||||
'www.kink.com',
|
||||
'store2.psmcdn.net', // Team Skeet API
|
||||
],
|
||||
},
|
||||
remote: {
|
||||
enable: false,
|
||||
use: false,
|
||||
address: 'ws://10.0.0.1:3333/browser',
|
||||
key: null,
|
||||
},
|
||||
},
|
||||
cloudflare: {
|
||||
enable: false,
|
||||
auto: true, // try bypass when CF challenge is detected
|
||||
|
||||
@@ -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',
|
||||
apiUserAgent: 'traxxx',
|
||||
clientRetirement: config.bypass.browser.clientRetirement,
|
||||
remote: config.bypass.remote,
|
||||
remote: config.bypass.browser.remote,
|
||||
limits: {
|
||||
...config.limits,
|
||||
default: {
|
||||
|
||||
Reference in New Issue
Block a user