1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-17 09:44:59 +12:00

this does help a bit further re. #27

This commit is contained in:
gorhill 2014-10-31 09:46:09 -04:00
parent 24502090e2
commit 89f757d61e

View file

@ -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 };