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
1414 - Added ``document.evaluate `` override in-order to deproxy the context node (#385)
1515 - Optimized argument de-proxying in wombat (#385)
1616 - 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)
1718
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 ):
1920 - Added image srcset and media query preservation system to wombat
2021 - Added ``--proxy-enable-wombat `` cli flag to enable the inject of ``wombatProxyMode.js `` in proxy mode (default: false)
2122 - 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
3334 - Improved handling of bad content-length HTTP header (#386)
3435 - Fix parsing of self-closing <script> and <style> tags and rewrite SVG xlink:href (#392)
3536 - Ensure 'Status' header is prefix-rewritten
37+ - Support using ``X-Forwarded-Proto `` header to specify scheme for URL rewriting (#395)
3638
3739* Indexing:
3840 - 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