Skip to content

strict cause UnoCSS font not showing because of CSP #585

Answered by vejja
GreyXor asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the logs pretty much indicate what needs to be done:

  • allow 'unsafe-inline' in style-src as Vuetify is trying to mutate the styles via JS (...blocked an inline style from being applied...)
  • allow 'data:' in img-src as the SVG is being loaded as data (...blocked the loading of a resource at data:image...)

Moving to discussions as not a bug, but useful to keep as reference for others

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@GreyXor
Comment options

Answer selected by GreyXor
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #584 on December 09, 2024 14:19.