How to enable CSP(Content Security Policy) in SSR mode #17511
Unanswered
fengjac
asked this question in
CLI - SSR mode
Replies: 2 comments
-
Edit your /index.html (or /src/index.template.html) and add the necessary meta tag. Or use Quasar's Meta plugin to add it dynamically. There's a number of ways this can be done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check the contents of the said file and search for any traces of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I try to enable CSP in production environment.
But it was failed to run in browser and reported errors in browser console like this:
Is anybody could give me a hand? Thanks a lot!
Beta Was this translation helpful? Give feedback.
All reactions