From 576e5a2d3a480d97ee720991f7ad4aed3c43ae41 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sat, 19 Sep 2020 00:32:15 +0200 Subject: [PATCH] Fixed file:// and ftp:// specific content scripts not runnning in subdocuments. --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 1488ba1..d677f54 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -76,6 +76,7 @@ { "run_at": "document_start", "matches": ["file://*/*", "ftp://*/*"], + "all_frames": true, "js": [ "lib/DocumentFreezer.js", "content/syncFetchPolicy.js"