diff --git a/background.js b/background.js index e9b5cd1..37c9d6a 100644 --- a/background.js +++ b/background.js @@ -27,7 +27,7 @@ function add_csp_nojs_header(response) { browser.webRequest.onHeadersReceived.addListener( add_csp_nojs_header, {urls: [""], - types: ["main_frame"]}, + types: ["main_frame","sub_frame"]}, ["blocking", "responseHeaders"] )