-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(csp): require-trusted-types-for #526
Comments
Hey Jonas! Thanks for rising this issue. I checked the availability of this particular option and it seems that it is not supported by either Mozilla or Safari and I wonder if we should support as we do it with Permissions Policy or focus on the ones that are more known 🤔 Thougths @vejja? |
caniuse shows almost 75% global support. It's not urgent for me though! Just wanted to mention this feature request as it would come up eventually this way or another I'm sure 😁 |
We can support it, no problem I think |
@dargmuesli would you be interested in developing this functionality? :) |
I might come across this while procrastinating 😉 but if someone else goes first, I won't complain 😁 |
@dargmuesli it was just a simple type modification |
Thanks @vejja 💚 @dargmuesli I have changed the base branch of the linked PR to 2.1.0 as I would like to plan it for the upcoming new release. Let us know if the code developed by Sebastien is what you wanted :) |
Is your feature request related to a problem? Please describe.
The module seemingly does not support the require-trusted-types-for content security policy.
Describe the solution you'd like
The policy should be added.
Describe alternatives you've considered
Not using this policy 🥲😉
Additional context
Since vuejs/core#10844 and v3.5 Vue supports trusted types.
The text was updated successfully, but these errors were encountered: