From 89f757d61e736e70e38347d8f6dd9a1b371c3948 Mon Sep 17 00:00:00 2001 From: gorhill Date: Fri, 31 Oct 2014 09:46:09 -0400 Subject: [PATCH] this does help a bit further re. #27 --- src/js/traffic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/traffic.js b/src/js/traffic.js index c587930..d2ec4f3 100644 --- a/src/js/traffic.js +++ b/src/js/traffic.js @@ -787,7 +787,7 @@ var onSubDocHeadersReceived = function(details) { details.responseHeaders.push({ 'name': 'Content-Security-Policy', - 'value': 'sandbox allow-forms allow-same-origin allow-popups' + 'value': 'sandbox allow-forms allow-same-origin allow-popups allow-top-navigation' }); return { responseHeaders: details.responseHeaders };