From e928f8a7e69212c1de0bbb0897add4b03933a716 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 27 Feb 2018 18:13:07 -0800 Subject: [PATCH] replay top-frame redirect: add fast redirect check to top-frame, instead of waiting for check in wombat.js, closes #305 tests: ensure redirect check only added in framed mode, ensure added for banner only mode, but not for proxy mode --- pywb/templates/head_insert.html | 17 ++++++++++++++--- tests/test_integration.py | 10 +++++++++- tests/test_proxy.py | 6 ++++++ 3 files changed, 29 insertions(+), 4 deletions(-) diff --git a/pywb/templates/head_insert.html b/pywb/templates/head_insert.html index 95fb2301..4ba5ef00 100644 --- a/pywb/templates/head_insert.html +++ b/pywb/templates/head_insert.html @@ -1,14 +1,25 @@