Replies: 1 comment 2 replies
-
It looks like you've got something trying to dynamically add a font via a data uri. I'm guessing this is a library you've installed. That's pretty sub-optimal, but you can update the CSP to support that if you're ok with the added vulnerability surface area. I'm on mobile so it's hard for me to give an example, but I'll bet ChatGPT could help. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
after the setup, running in development the porject, I get the following errors logged to the browser console:
Shouldn't these tackled in the CSP header set in the custom server with helmet?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions