1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Update CHANGES for 0.10.9

This commit is contained in:
Ilya Kreymer 2015-10-11 23:52:03 -07:00
parent 6efff4cd8f
commit 57a35347c1

View File

@ -1,3 +1,25 @@
pywb 0.10.9 changelist
~~~~~~~~~~~~~~~~~~~~~~
* IPProxyResolver: Support new simple proxy resolver where collection and timestamp stored in server-side cache by IP and set via a rest api through `pywb.proxy` eg: `curl -x "localhost:8080" http://pywb.proxy/set?ts=2015&coll=all`. No cookies or proxy auth needed in this mode. Useful for Docker-based deployments where virtual IP is fixed.
* Proxy settings: add `use_banner` to toggle banner insert, and `use_client_rewrite` to toggle wombat rewriting in proxy mode. (Client rewriting requires banner insert).
* Proxy and Video: When in proxy mode, load youtube-dl video info via proxy magic host `pywb.proxy`
* Rewrite: ensure `<base>` tag has trailing slash, or add `<base>` with trailing slash for host-name only urls, eg: `localhost:8080/example.com`
* Rules: improved blogspot nav and yt rules, rule file cleanup
* Wombat 2.9 improvements, including:
- improved handling of relative paths, '..', '.', '/'
- better support for proxy mode, avoid cross-origin top-frame issues
- rewrite_html() (document.write) override only if any html changed
- improved form action rewrite
- improved rewriting in 'root collection' mode
pywb 0.10.8 changelist pywb 0.10.8 changelist
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~