mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] devtools: add support for file urls on chrome
This commit ensures that the hook will properly be loaded on file urls when using chrome (this was already working in firefox). It is still necessary to check the "Allow access to file URLs" option in the extensions manager for this to work properly.
This commit is contained in:
committed by
Géry Debongnie
parent
f502dd732e
commit
1272278225
@@ -14,7 +14,7 @@
|
|||||||
"default_popup": "popup_app/popup.html"
|
"default_popup": "popup_app/popup.html"
|
||||||
},
|
},
|
||||||
"permissions": ["scripting", "storage"],
|
"permissions": ["scripting", "storage"],
|
||||||
"host_permissions": ["http://*/*", "https://*/*"],
|
"host_permissions": ["http://*/*", "https://*/*", "file://*"],
|
||||||
"content_security_policy": {
|
"content_security_policy": {
|
||||||
"script-src": "self",
|
"script-src": "self",
|
||||||
"object-src": "self"
|
"object-src": "self"
|
||||||
|
|||||||
Reference in New Issue
Block a user