mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-01-31 11:51:41 +03:00
feat(extension): tightens the permissions for which URLs the extension can access (#677)
This commit is contained in:
parent
f2e01b1ca1
commit
c980eadec7
|
@ -65,7 +65,9 @@
|
|||
"contextMenus",
|
||||
"tabs",
|
||||
"storage",
|
||||
"<all_urls>"
|
||||
"file:///*",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;",
|
||||
"update_url": "https://clients2.google.com/service/update2/crx",
|
||||
|
|
|
@ -59,7 +59,9 @@
|
|||
"contextMenus",
|
||||
"tabs",
|
||||
"storage",
|
||||
"<all_urls>"
|
||||
"file:///*",
|
||||
"http://*/*",
|
||||
"https://*/*"
|
||||
],
|
||||
"content_security_policy": "script-src 'self'; object-src 'self'; img-src 'self' data:;"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user