Expand Firefox CSP: allow Google Fonts and data: image URIs
CI / Build & Test (push) Successful in 2m53s

Add fonts.googleapis.com and fonts.gstatic.com to style-src and font-src
so dashboard fonts load. Add data: to img-src for RDP bitmap rendering.
This commit is contained in:
Raven Scott
2026-03-03 03:31:49 -05:00
parent 21184f4d76
commit 90646d6cb1
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -90,7 +90,7 @@
}
},
"content_security_policy": {
"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:*;"
"extension_pages": "default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://fonts.gstatic.com; font-src 'self' https://fonts.gstatic.com; img-src 'self' data:; connect-src 'self' ws://127.0.0.1:* http://127.0.0.1:*;"
},
"host_permissions": [
"*://*.host.local/*",