Skip to content

Commit cf119df

Browse files
committed
Update CHANGES.rst
1 parent 466968e commit cf119df

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pywb 0.10.5 changelist
1111

1212
- Improved ``message`` listener emulation: Add filtering to skip messages that were not inteded for destination host.
1313

14-
- Restored wombat if wiped by ``document.write`` / ``document.open`` (happens on FF)
14+
- Restored wombat if wiped by ``document.write`` / ``document.open`` (happens on FF).
1515

1616
- When rewriting html for ``document.write``, keep ``<html>``, ``<head>``, ``<body>`` tags in rewritten html.
1717

@@ -30,7 +30,9 @@ pywb 0.10.5 changelist
3030
* New default ``HostScopeCookieRewriter`` sets cookies with domain ``/coll/https://example.com/`` instead of ``/coll/``.
3131
Can be specified with ``cookie_scope: host`` per collection.
3232
This is now the default live rewrite proxy and should be much safer/secure. For rare login use cases, the collection
33-
root scope can be specified with ``cookie_scope: coll``
33+
root scope can be specified with ``cookie_scope: coll``.
34+
35+
* Cookie ``Path=`` value always a relative path for all cookie scopes, previously were often absolute paths.
3436

3537
* Default WSGI handler for ``wayback`` back to ``wsgiref``, as ``waitress`` does not support proxy mode.
3638

0 commit comments

Comments
 (0)