File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ pywb 2.1.0 changelist
14
14
- Added ``document.evaluate `` override in-order to deproxy the context node (#385)
15
15
- Optimized argument de-proxying in wombat (#385)
16
16
- Improved iframe srcdoc rewriting in wombat (#386)
17
+ - Improved rewriting strings of full HTML by making the check case insensitive and looking for ``<!doctype html `` in wombat (#398)
17
18
18
- * Auto Fetch System: Background image srcset and media query fetching (#359, #379, #378):
19
+ * Auto Fetch System: Background image srcset and media query fetching (#359, #379, #378, #397 ):
19
20
- Added image srcset and media query preservation system to wombat
20
21
- Added ``--proxy-enable-wombat `` cli flag to enable the inject of ``wombatProxyMode.js `` in proxy mode (default: false)
21
22
- Added ``--enable-auto-fetch `` cli flag to enable the auto fetch web worker system both url rewrite and proxy modes (default: false)
@@ -33,6 +34,7 @@ pywb 2.1.0 changelist
33
34
- Improved handling of bad content-length HTTP header (#386)
34
35
- Fix parsing of self-closing <script> and <style> tags and rewrite SVG xlink:href (#392)
35
36
- Ensure 'Status' header is prefix-rewritten
37
+ - Support using ``X-Forwarded-Proto `` header to specify scheme for URL rewriting (#395)
36
38
37
39
* Indexing:
38
40
- Ensure that WARC/0.18 metadata records with mime = ``text/anvl `` are not replayed
You can’t perform that action at this time.
0 commit comments