Add match_origin_as_fallback to manifest content scripts.

This commit is contained in:
hackademix 2024-10-18 08:22:25 +02:00
parent 6e494e9a74
commit 57ea6e139d
No known key found for this signature in database
GPG Key ID: 231A83AFDA9C2434
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@
"run_at": "document_start",
"matches": ["<all_urls>"],
"match_about_blank": true,
"match_origin_as_fallback": true,
"all_frames": true,
"js": [
"/nscl/lib/browser-polyfill.js",
@ -111,6 +112,7 @@
"run_at": "document_start",
"matches": ["file://*/*", "ftp://*/*"],
"match_about_blank": true,
"match_origin_as_fallback": true,
"all_frames": true,
"js": [
"/nscl/common/UA.js",