|
|
@@ -86,7 +86,15 @@ const args = require("yargs")
|
|
|
"crawl-external-links-max-depth": 1,
|
|
|
"crawl-replace-urls": false,
|
|
|
"crawl-rewrite-rule": [],
|
|
|
- "output-directory": ""
|
|
|
+ "output-directory": """blockMixedContent": false,
|
|
|
+ "saveOriginalURLs": false,
|
|
|
+ "acceptHeaders": {
|
|
|
+ "font": "application/font-woff2;q=1.0,application/font-woff;q=0.9,*/*;q=0.8",
|
|
|
+ "image": "image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8",
|
|
|
+ "stylesheet": "text/css,*/*;q=0.1",
|
|
|
+ "script": "*/*",
|
|
|
+ "document": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
|
|
|
+ }
|
|
|
})
|
|
|
.options("back-end", { description: "Back-end to use" })
|
|
|
.choices("back-end", ["jsdom", "puppeteer", "webdriver-chromium", "webdriver-gecko", "puppeteer-firefox", "playwright-firefox", "playwright-chromium"])
|