From edbbe4002dadd31fd7eab0522a953e1b1b435767 Mon Sep 17 00:00:00 2001 From: jahoti Date: Mon, 28 Jun 2021 00:00:00 +0000 Subject: License script-blocking techniques from NoScript in machine-readable format. In-page blocking now works on Firefox, and JavaScript/data- URLs are properly blocked to ensure no JavaScript leaks in through backdoors. Blocking of HTML/XML data: urls should be refined (eventually) to align with current practice for pages in general. Also, script-blocking is now filtered by nonce, making it possible (albeit perhaps not desirable) to inject scripts before the DOM is complete. --- manifest.json | 1 + 1 file changed, 1 insertion(+) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 9487d25..3984dc6 100644 --- a/manifest.json +++ b/manifest.json @@ -81,6 +81,7 @@ "match_about_blank": true, "all_frames": true, "js": [ + "content/freezer.js", "common/browser.js", "common/connection_types.js", "content/page_actions.js", -- cgit v1.2.3