1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-08 06:17:47 +02:00

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

View File

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