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

Update CHANGES for 0.8.3

This commit is contained in:
Ilya Kreymer 2015-03-13 11:04:37 -07:00
parent 24021fcd57
commit 3e3794d4dc

View File

@ -1,7 +1,13 @@
pywb 0.8.3 changelist
~~~~~~~~~~~~~~~~~~~~~
* cookie rewrite: remove cookie ``secure`` flag to allow equivalent replay via http as well as https
* cookie rewrite: all cookie rewriters remove ``secure`` flag to allow equivalent replay of sites with cookies via HTTP and HTTPS.
* html rewrite: fix ``<base>`` tag rewriting to keep add trailing slash if url is a hostname with no path, ex:
``<base href="http://example.com" />`` -> ``<base href="http://localhost:8080/rewrite/http://example.com/" />``
* framed replay: fix double slash that remainded when rewriting top frame url.
pywb 0.8.2 changelist