Content scripts should match about:blank

As mentioned in https://bugzilla.mozilla.org/show_bug.cgi?id=1475831 it
should protect data URL pages (see #208) - but it doesn't...

Reopens #165
This commit is contained in:
kkapsner 2018-07-16 00:01:25 +02:00
parent 14ada6a7b0
commit 95f8faed6f
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
},
"content_scripts": [{
"matches": ["<all_urls>"],
"match_about_blank": true,
"all_frames": true,
"run_at": "document_start",
"js": [