Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
be6ad83a4c 1.250.46 2026-03-20 23:10:18 +01:00
DebaucheryLibrarian
1c6a28247a Removed remote browser config into bypass browser section. 2026-03-20 23:10:01 +01:00
4 changed files with 10 additions and 10 deletions

View File

@@ -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,

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.250.45",
"version": "1.250.46",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.250.45",
"version": "1.250.46",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

@@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.250.45",
"version": "1.250.46",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

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',
apiUserAgent: 'traxxx',
clientRetirement: config.bypass.browser.clientRetirement,
remote: config.bypass.remote,
remote: config.bypass.browser.remote,
limits: {
...config.limits,
default: {