Fixed file:// and ftp:// specific content scripts not runnning in subdocuments.

This commit is contained in:
hackademix 2020-09-19 00:32:15 +02:00
parent c10c83b68b
commit 576e5a2d3a
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
{
"run_at": "document_start",
"matches": ["file://*/*", "ftp://*/*"],
"all_frames": true,
"js": [
"lib/DocumentFreezer.js",
"content/syncFetchPolicy.js"