mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-11 12:48:28 +03:00
modifies base docker image to use browsertrix 1.4.2 (#182)
* modifies base image to newest browsertrix version * modify browsertrix cmd args based on recent experience
This commit is contained in:
committed by
GitHub
parent
d4fff0b6eb
commit
a6fc4e1bb1
@@ -84,7 +84,8 @@ class WaczArchiverEnricher(Enricher, Archiver):
|
||||
"--behaviors", "autoscroll,autoplay,autofetch,siteSpecific",
|
||||
"--behaviorTimeout", str(self.timeout),
|
||||
"--timeout", str(self.timeout),
|
||||
"--blockAds" # TODO: test
|
||||
"--diskUtilization", "99",
|
||||
# "--blockAds" # note: this has been known to cause issues on cloudflare protected sites
|
||||
]
|
||||
|
||||
if self.docker_in_docker:
|
||||
|
||||
Reference in New Issue
Block a user