mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-14 15:53:28 +01:00
frontendapp compatibility - add support for separate not found page for 404s (not_found.html) - support for exception handling with error template (error.html) - support for home page (index.html) - add memento headers for replay - add referrer fallback check - tests: port integration tests for front-end replay, cdx server - not included: proxy mode, exact redirect mode, non-framed replay - move unused tests to tests_disabled - cli: add optional werkzeug profiler with --profile flag
27 lines
564 B
YAML
27 lines
564 B
YAML
collections:
|
|
all:
|
|
- ./sample_archive/cdx/iana.cdx
|
|
- ./sample_archive/cdx/dupes.cdx
|
|
- ./sample_archive/cdx/post-test.cdx
|
|
|
|
older:
|
|
- ./sample_archive/cdx/iana.cdx
|
|
|
|
newer:
|
|
- ./sample_archive/cdx/dupes.cdx
|
|
|
|
archive_paths: ./sample_archive/warcs/
|
|
|
|
enable_http_proxy: true
|
|
|
|
proxy_options:
|
|
enable_https_proxy: true
|
|
|
|
cookie_resolver: true
|
|
use_default_coll: false
|
|
use_wildcard_certs: false
|
|
|
|
root_ca_file: ./tests/pywb_test_ca.pem
|
|
root_ca_name: pywb Test Cert
|
|
certs_dir: ./tests/pywb_test_certs
|