Add http:// permission
It makes no difference to the user whether to intercept only-HTTPS or also HTTP sites. Actually HTTP sites get rare and uninteresting, so the impact of this change is low. This prevents that the user may be needed to be asked for permissions again in future updates.
This commit is contained in:
parent
17c083fde3
commit
9ef58d645b
3 changed files with 4 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
"permissions": [
|
||||
"storage",
|
||||
"webRequest",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
|
||||
"permissions": [
|
||||
"storage",
|
||||
"webRequest",
|
||||
"webRequest",,
|
||||
"http://*/*"
|
||||
"https://*/*"
|
||||
],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue