Commit 3fefd56d authored by tom's avatar tom

[skip ci] tweak google fonts csp

parent 3685e71c
......@@ -4,6 +4,9 @@ export function googleFonts(): CspDev.DirectiveDescriptor {
// we use Inter and Poppins in the app
return {
'connect-src': [
'fonts.gstatic.com',
],
'style-src': [
'fonts.googleapis.com',
],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment