Expand Firefox CSP: allow Google Fonts and data: image URIs
CI / Build & Test (push) Successful in 2m53s
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:
@@ -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/*",
|
||||
|
||||
Reference in New Issue
Block a user