1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00
pywb/tests/test_config_memento.yaml
Ilya Kreymer 7c57345363 proxy: add 'unaltered_replay' option to proxy_options to replay
all content unaltered (no rewriting html, no banner, no wombat)
use 'proxy_options' instead of 'routing_options', add additional
tests for proxy mode
2014-07-21 16:42:14 -07:00

26 lines
506 B
YAML

# pywb memento test config file
# ========================================
# minimal settings for memento http api testing
collections:
pywb: ./sample_archive/cdx/
archive_paths: ['./sample_archive/warcs/']
# Test memento
enable_memento: true
# Enable simple http proxy mode
enable_http_proxy: true
# test unaltered replay for proxy as well
proxy_options:
unaltered_replay: true
# enable cdx server api for timemap
enable_cdx_api: true
# test memento with framed replay
framed_replay: true