mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 06:23:16 +00:00

- add --netIdleWait option, default to 10 seconds - necessary for some sites that start fetching immediately after page load - add openssl.conf to allow pywb to avoid 'unsafe legacy renegotiation disabled' from openssl - update to browsertrix-behaviors 0.3.2 - update current url for screencasting of page before page load starts bump to 0.7.0-beta.2
10 lines
172 B
Text
10 lines
172 B
Text
openssl_conf = openssl_init
|
|
|
|
[openssl_init]
|
|
ssl_conf = ssl_sect
|
|
|
|
[ssl_sect]
|
|
system_default = system_default_sect
|
|
|
|
[system_default_sect]
|
|
Options = UnsafeLegacyRenegotiation
|