-
Notifications
You must be signed in to change notification settings - Fork 76
Add csp policy in HTML #459
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
It would be nice to also include the csp http-equiv meta tag in the document.
Describe the solution you'd like
After the csp is generated, we can store it and append it to the html. Since nuxt never hard-reloads itself, the head tags will stay.
Describe alternatives you've considered
Additional context
It would be a good idea to postpone this until after the current cheerio refactor lands, due to its low priority
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request