fix
This commit is contained in:
11
package.json
11
package.json
@@ -90,6 +90,17 @@
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "Value of the __Host-APPLOVINID cookie for p.applov.in (log in at https://p.applov.in/playablePreview?create=1&qr=1 and copy the cookie from DevTools)."
|
||||
},
|
||||
"hplToolbox.applovin.delayMs": {
|
||||
"type": "number",
|
||||
"default": 5000,
|
||||
"minimum": 0,
|
||||
"description": "Delay (in milliseconds) between consecutive file uploads, to avoid AppLovin rate limiting / 403 responses."
|
||||
},
|
||||
"hplToolbox.applovin.randomizeUserAgent": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "Randomize the User-Agent header on every request to p.applov.in to reduce bot detection."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user