mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
Remove localhost extension permissions
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
},
|
||||
"host_permissions": [
|
||||
"*://*.youtube.com/*",
|
||||
"*://returnyoutubedislikeapi.com/*",
|
||||
"https://localhost:7258/*",
|
||||
"http://localhost:7258/*"
|
||||
"*://returnyoutubedislikeapi.com/*"
|
||||
],
|
||||
"permissions": [
|
||||
"storage"
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
"*://*.youtube.com/*",
|
||||
"storage",
|
||||
"*://returnyoutubedislikeapi.com/*",
|
||||
"https://localhost:7258/*",
|
||||
"http://localhost:7258/*",
|
||||
"identity"
|
||||
],
|
||||
|
||||
|
||||
@@ -16,9 +16,7 @@
|
||||
"activeTab",
|
||||
"*://*.youtube.com/*",
|
||||
"storage",
|
||||
"*://returnyoutubedislikeapi.com/*",
|
||||
"https://localhost:7258/*",
|
||||
"http://localhost:7258/*"
|
||||
"*://returnyoutubedislikeapi.com/*"
|
||||
],
|
||||
"browser_action": {
|
||||
"default_popup": "popup.html"
|
||||
|
||||
Reference in New Issue
Block a user