From 95f8faed6f973e7a0e909612ff0bcc8fe84bacb2 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Mon, 16 Jul 2018 00:01:25 +0200 Subject: [PATCH] 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 --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index 56c8467..11af06f 100644 --- a/manifest.json +++ b/manifest.json @@ -20,6 +20,7 @@ }, "content_scripts": [{ "matches": [""], + "match_about_blank": true, "all_frames": true, "run_at": "document_start", "js": [