From cb5a3126e69a5e0db19423b2ed12687afd20544b Mon Sep 17 00:00:00 2001 From: hackademix Date: Tue, 9 May 2023 23:54:58 +0200 Subject: [PATCH] Consistently apply DEFAULT policy to top-level data: URLs --- src/manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/manifest.json b/src/manifest.json index 6a5e64a..e0178d6 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -116,8 +116,10 @@ { "run_at": "document_start", "matches": ["file://*/*", "ftp://*/*"], + "match_about_blank": true, "all_frames": true, "js": [ + "/nscl/common/UA.js", "content/ftp.js", "lib/DocumentFreezer.js", "content/syncFetchPolicy.js"