mirror of
https://github.com/planetrenox/inzerosight.git
synced 2026-01-14 00:28:04 +00:00
Feat: Add CSP for Google Fonts & fix popup path
This commit is contained in:
@@ -12,14 +12,12 @@
|
|||||||
"browser_style": false,
|
"browser_style": false,
|
||||||
"default_icon": "icon.png",
|
"default_icon": "icon.png",
|
||||||
"default_title": "in\u00d8sight",
|
"default_title": "in\u00d8sight",
|
||||||
"default_popup": "dash.html"
|
"default_popup": "index.html"
|
||||||
},
|
},
|
||||||
"web_accessible_resources": [
|
"content_security_policy": "script-src 'self'; style-src 'self' https://fonts.googleapis.com; font-src https://fonts.gstatic.com;",
|
||||||
"candara.woff"
|
|
||||||
],
|
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "{0a73f41c-c59c-404b-9e07-f7392fa830d4}"
|
"id": "{0a73f41c-c59c-404b-9e07-f7392fa830d4}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user