From 784a78ad00866e53d9da9f00d43737e1fd9257ba Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 14 Feb 2020 12:08:00 -0500 Subject: [PATCH] Remove useless manifest entry for Opera build Opera's dashboard warns that the `file:///` permission is not needed. --- platform/opera/manifest.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index f4baf82f8..91400fcb8 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -63,9 +63,6 @@ "manifest_version": 2, "minimum_opera_version": "40.0", "name": "uBlock Origin", - "optional_permissions": [ - "file:///*" - ], "options_page": "dashboard.html", "permissions": [ "contextMenus",