From 1c6a28247a8a7c327f2efdcbaed2e2966498cf51 Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Fri, 20 Mar 2026 23:09:54 +0100 Subject: [PATCH] Removed remote browser config into bypass browser section. --- config/default.js | 12 ++++++------ src/app.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/default.js b/config/default.js index d24bcdaf..a0fff475 100755 --- a/config/default.js +++ b/config/default.js @@ -229,12 +229,12 @@ 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, + remote: { + enable: false, + use: false, + address: 'ws://10.0.0.1:3333/browser', + key: null, + }, }, cloudflare: { enable: false, diff --git a/src/app.js b/src/app.js index 5f6c055f..53bb8e95 100755 --- a/src/app.js +++ b/src/app.js @@ -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: {