Removed remote browser config into bypass browser section.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user