diff --git a/pywb/apps/rewriterapp.py b/pywb/apps/rewriterapp.py index 1d3ad5e1..4a69ba5c 100644 --- a/pywb/apps/rewriterapp.py +++ b/pywb/apps/rewriterapp.py @@ -404,7 +404,7 @@ class RewriterApp(object): orig_wb_url = WbUrl(record.rec_headers.get('WARC-Refers-To-Target-URI')) orig_wb_url.timestamp = iso_date_to_timestamp(record.rec_headers.get('WARC-Refers-To-Date')) orig_wb_url.type = orig_wb_url.REPLAY - kwargs['filter'] = '!status:302' + #kwargs['filter'] = '!status:302' new_r = self._do_req(inputreq, orig_wb_url, kwargs, skip_record) stream = BufferedReader(new_r.raw, block_size=BUFF_SIZE) diff --git a/pywb/static/wombat.js b/pywb/static/wombat.js index ae34a055..30d82434 100644 --- a/pywb/static/wombat.js +++ b/pywb/static/wombat.js @@ -3425,7 +3425,7 @@ var _WBWombat = function($wbwindow, wbinfo) { "is_live": wbinfo.is_live, "title": $wbwindow.document ? $wbwindow.document.title : "", "readyState": $wbwindow.document.readyState, - "wb_type": "load" + "wb_type": "load", "coll": wbinfo.coll, }