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

readme fix

This commit is contained in:
Ilya Kreymer 2015-03-13 11:05:32 -07:00
parent 3e3794d4dc
commit b2ce3feb80

View File

@ -3,7 +3,7 @@ pywb 0.8.3 changelist
* cookie rewrite: all cookie rewriters remove ``secure`` flag to allow equivalent replay of sites with cookies via HTTP and 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: * html rewrite: fix ``<base>`` tag rewriting to add a trailing slash to the url if it is a hostname with no path, ex:
``<base href="http://example.com" />`` -> ``<base href="http://localhost:8080/rewrite/http://example.com/" />`` ``<base href="http://example.com" />`` -> ``<base href="http://localhost:8080/rewrite/http://example.com/" />``