Disable CORS in NPM driver

main
Elbert Alias 4 years ago
parent fbf7ce3a68
commit ec202c8f4a

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

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

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

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

Loading…
Cancel
Save