Reusing unprint browser by default.
This commit is contained in:
parent
2872f90c2a
commit
b0e8ae8b5b
|
|
@ -8469,6 +8469,7 @@ const sites = [
|
|||
slug: 'realpornstars',
|
||||
name: 'Real Pornstars',
|
||||
url: 'https://www.naughtyamerica.com/site/real-pornstars',
|
||||
tags: ['vr'],
|
||||
parent: 'naughtyamerica',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ unprint.options({
|
|||
headers: {
|
||||
'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: {
|
||||
// browser requests
|
||||
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