gadm experiments
This commit is contained in:
parent
ea3a4e151d
commit
485920478f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -61,7 +61,7 @@ export const puppeteerLoader = async (url: string, headless: boolean, location:
|
||||
url,
|
||||
{
|
||||
launchOptions: {
|
||||
headless: false,
|
||||
headless,
|
||||
ignoreHTTPSErrors: true
|
||||
},
|
||||
|
||||
|
||||
@ -310,7 +310,7 @@ export class Scope {
|
||||
|
||||
export const body = async (url: string) => {
|
||||
const options = {
|
||||
headless: false,
|
||||
headless: true,
|
||||
url: url
|
||||
}
|
||||
let timeout = 8000
|
||||
|
||||
Loading…
Reference in New Issue
Block a user