--crawl-allow-url
Re-permit URLs matching this glob that a --crawl-deny-url glob blocked, and widen a link crawl beyond the seed’s registrable domain. Repeatable. Allow wins over deny. A lone allow does nothing; for a strict whitelist, pair it with --crawl-deny-url "*".
Example
zshot -t warc -f site.warc.gz --crawl-url-is-sitemap xml \
--crawl-deny-url "*" --crawl-allow-url "https://*.example.com/*" https://example.com/sitemap.xml