1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 12:57:57 +02:00

fix reported extension error in Chrome 72.0.3622.0

Apparently the "file:///" permission is redundant to the declared
"<all_urls>" permission.
This commit is contained in:
Raymond Hill 2018-12-05 14:46:35 -05:00
parent 097dd296e6
commit 5c33a57158
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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