Consistently apply DEFAULT policy to top-level data: URLs

This commit is contained in:
hackademix 2023-05-09 23:54:58 +02:00
parent 264a00b141
commit cb5a3126e6
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
1 changed files with 2 additions and 0 deletions

View File

@ -116,8 +116,10 @@
{ {
"run_at": "document_start", "run_at": "document_start",
"matches": ["file://*/*", "ftp://*/*"], "matches": ["file://*/*", "ftp://*/*"],
"match_about_blank": true,
"all_frames": true, "all_frames": true,
"js": [ "js": [
"/nscl/common/UA.js",
"content/ftp.js", "content/ftp.js",
"lib/DocumentFreezer.js", "lib/DocumentFreezer.js",
"content/syncFetchPolicy.js" "content/syncFetchPolicy.js"