From 5c33a571581f4c77778036b03d274c3b54d87b71 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 5 Dec 2018 14:46:35 -0500 Subject: [PATCH] fix reported extension error in Chrome 72.0.3622.0 Apparently the "file:///" permission is redundant to the declared "" permission. --- platform/chromium/manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 81b87a3dc..1edcab985 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -60,9 +60,6 @@ "manifest_version": 2, "minimum_chrome_version": "51.0", "name": "uBlock Origin", - "optional_permissions": [ - "file:///*" - ], "options_ui": { "page": "dashboard.html", "open_in_tab": true