Reusing unprint browser by default.
This commit is contained in:
parent
2872f90c2a
commit
b0e8ae8b5b
|
|
@ -8469,6 +8469,7 @@ const sites = [
|
||||||
slug: 'realpornstars',
|
slug: 'realpornstars',
|
||||||
name: 'Real Pornstars',
|
name: 'Real Pornstars',
|
||||||
url: 'https://www.naughtyamerica.com/site/real-pornstars',
|
url: 'https://www.naughtyamerica.com/site/real-pornstars',
|
||||||
|
tags: ['vr'],
|
||||||
parent: 'naughtyamerica',
|
parent: 'naughtyamerica',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,6 @@ unprint.options({
|
||||||
headers: {
|
headers: {
|
||||||
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',
|
'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',
|
||||||
},
|
},
|
||||||
scope: null, // don't reuse browser
|
|
||||||
context: {
|
context: {
|
||||||
// browser requests
|
// browser requests
|
||||||
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',
|
userAgent: 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue