Fixed file:// and ftp:// specific content scripts not runnning in subdocuments.
This commit is contained in:
parent
c10c83b68b
commit
576e5a2d3a
|
@ -76,6 +76,7 @@
|
|||
{
|
||||
"run_at": "document_start",
|
||||
"matches": ["file://*/*", "ftp://*/*"],
|
||||
"all_frames": true,
|
||||
"js": [
|
||||
"lib/DocumentFreezer.js",
|
||||
"content/syncFetchPolicy.js"
|
||||
|
|
Loading…
Reference in New Issue