Disable CORS in NPM driver

main
Elbert Alias 4 years ago
parent fbf7ce3a68
commit ec202c8f4a

@ -4787,7 +4787,6 @@
},
"Google Analytics Enhanced eCommerce": {
"cats": [
6,
10
],
"icon": "Google Analytics.svg",

@ -20,7 +20,8 @@ let chromiumArgs = [
'--no-sandbox',
'--headless',
'--disable-gpu',
'--ignore-certificate-errors'
'--ignore-certificate-errors',
'--disable-web-security'
]
let chromiumBin = CHROMIUM_BIN

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com",
"version": "6.2.4",
"version": "6.2.5",
"author": "Wappalyzer",
"license": "MIT",
"repository": {

@ -13,7 +13,7 @@
"software"
],
"homepage": "https://www.wappalyzer.com",
"version": "6.2.4",
"version": "6.2.5",
"author": "Wappalyzer",
"license": "MIT",
"repository": {
@ -27,4 +27,4 @@
"files": [
"wappalyzer.js"
]
}
}

Loading…
Cancel
Save