Allow inline styles in Firefox CSP for dashboard JS
CI / Build & Test (push) Successful in 3m9s

Add style-src 'self' 'unsafe-inline' to manifest_firefox.json CSP so
element.style assignments in dashboard pages are not blocked by Firefox.
This commit is contained in:
Raven Scott
2026-03-03 03:24:13 -05:00
parent 99782ce209
commit 21184f4d76
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
} }
}, },
"content_security_policy": { "content_security_policy": {
"extension_pages": "default-src 'self'; script-src 'self'; connect-src 'self' ws://127.0.0.1:* http://127.0.0.1:*;" "extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; connect-src 'self' ws://127.0.0.1:* http://127.0.0.1:*;"
}, },
"host_permissions": [ "host_permissions": [
"*://*.host.local/*", "*://*.host.local/*",
Binary file not shown.
Binary file not shown.