From 357906df784f62858e38826df6f995dc55bbbcad Mon Sep 17 00:00:00 2001 From: hackademix Date: Wed, 26 Dec 2018 23:44:36 +0100 Subject: Fix for unrestricted tabs not affecting about:blank subframes (issue #48). --- src/manifest.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/manifest.json') diff --git a/src/manifest.json b/src/manifest.json index b043dd7..07d9ed7 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -77,6 +77,8 @@ "all_frames": true, "js": [ "lib/log.js", + "lib/uuid.js", + "lib/sha256.js", "lib/Messages.js", "lib/CSP.js", "common/CapsCSP.js", -- cgit v1.2.3