mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 21:00:23 +01: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:
parent
14ada6a7b0
commit
95f8faed6f
@ -20,6 +20,7 @@
|
||||
},
|
||||
"content_scripts": [{
|
||||
"matches": ["<all_urls>"],
|
||||
"match_about_blank": true,
|
||||
"all_frames": true,
|
||||
"run_at": "document_start",
|
||||
"js": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user