You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@ pywb 0.10.5 changelist
2
2
~~~~~~~~~~~~~~~~~~~~~~
3
3
4
4
* wombat 2.6 client side rewriting improvements:
5
-
- Override prototype properties on ``href`` and ``src`` attributes on elements that have these properties, such as that
6
-
JS accesses the original url, not the rewritten version.
5
+
6
+
- Override JS prototype getters and setters on ``href`` and ``src`` attributes of standard HTML elements, so that JavaScript access receives and sets the original url, but the element actually contains the rewritten url internally.
7
7
8
-
- For `<a>` element override other url properties ``href``, ``hostname``, ``host``, ``pathname``, ``origin``, ``search``, ``port``, ``protocol``
8
+
- For ``<a>`` element override other url properties ``href``, ``hostname``, ``host``, ``pathname``, ``origin``, ``search``, ``port``, ``protocol``
9
9
10
10
- Improved ``postMessage`` emulation: Ensure the original ``origin`` of the caller is saved, by wrapping ``X.postMessage`` in a special ``X.__WB_pmw(window).postMessage()`` call which will save origin of current window in X. Store origin and destination hosts.
11
11
@@ -25,8 +25,7 @@ pywb 0.10.5 changelist
25
25
26
26
27
27
* Proxy Mode Fixes: Ensure ``Content-Length`` header is always added and correct in proxy mode, needed for proper HTTPS
28
-
handling in ``CONNECT`` envelope.
29
-
28
+
handling within ``CONNECT`` envelope.
30
29
31
30
* New default ``HostScopeCookieRewriter`` sets cookies with domain ``/coll/https://example.com/`` instead of ``/coll/``.
32
31
Can be specified with ``cookie_scope: host`` per collection.
@@ -36,7 +35,6 @@ pywb 0.10.5 changelist
36
35
* Default WSGI handler for ``wayback`` back to ``wsgiref``, as ``waitress`` does not support proxy mode.
0 commit comments