Replies: 2 comments 2 replies
-
We are already using VueJS in many places, including the culture picker and the media app .. etc. In case you need to control the security, you could use the |
Beta Was this translation helpful? Give feedback.
2 replies
-
There's no better way than what you're doing, unfortunately. We have an open issue to track this: #13389. While you're doing this already, couldn't you also contribute the changes to address this issue? The bulk of the task is to just copy your template overrides into the OC source. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I need to remove unsafe-inline from our csp headers. I've started adding nonce to the script and style blocks inside of the admin by overwriting those views in my new "secure admin". I'm not sure how to account for the stuff that is using vue.js yet. Any tips? Has anyone else done something similar?
Beta Was this translation helpful? Give feedback.
All reactions