Skip to content

Commit f2f0540

Browse files
committed
CHANGELIST tweaks
1 parent 60ca8fb commit f2f0540

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

CHANGES.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ pywb 0.10.5 changelist
22
~~~~~~~~~~~~~~~~~~~~~~
33

44
* 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.
77

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``
99

1010
- 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.
1111

@@ -25,8 +25,7 @@ pywb 0.10.5 changelist
2525
2626
2727
* 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.
3029

3130
* New default ``HostScopeCookieRewriter`` sets cookies with domain ``/coll/https://example.com/`` instead of ``/coll/``.
3231
Can be specified with ``cookie_scope: host`` per collection.
@@ -36,7 +35,6 @@ pywb 0.10.5 changelist
3635
* Default WSGI handler for ``wayback`` back to ``wsgiref``, as ``waitress`` does not support proxy mode.
3736

3837

39-
4038
pywb 0.10.2 changelist
4139
~~~~~~~~~~~~~~~~~~~~~~
4240

0 commit comments

Comments
 (0)