Skip to content

Commit 57ea6e1

Browse files
committed
Add match_origin_as_fallback to manifest content scripts.
1 parent 6e494e9 commit 57ea6e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/manifest.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"run_at": "document_start",
8080
"matches": ["<all_urls>"],
8181
"match_about_blank": true,
82+
"match_origin_as_fallback": true,
8283
"all_frames": true,
8384
"js": [
8485
"/nscl/lib/browser-polyfill.js",
@@ -111,6 +112,7 @@
111112
"run_at": "document_start",
112113
"matches": ["file://*/*", "ftp://*/*"],
113114
"match_about_blank": true,
115+
"match_origin_as_fallback": true,
114116
"all_frames": true,
115117
"js": [
116118
"/nscl/common/UA.js",

0 commit comments

Comments
 (0)