-
Notifications
You must be signed in to change notification settings - Fork 823
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
CSP violation in Stimulus implementation #8433
Comments
@Mat-Sedkowski We are currently using knockoutJS in survey-jquery. You can use survey-jquery-ui with Thank you, |
Thank you, CSP issue solved. |
I've switched to survey-jquery-ui and our I've compared survey-jquery:
survey-jquery-ui:
Any ideas on what I'm missing to make
|
@marat-y Thank you for pointing this out. We'll fix it. Meanwhile we decided to deprecate the |
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug / Asking a question
What is the current behavior?
I have an issue with your library after we turned on CSP. Current implementation in rails app via Stimulus controller is prone to CSP violation both in inline styles and script.
What is the expected behavior?
Implementation where I don't need to apply inline code/styles or a method to fetch nonce from page meta
How would you reproduce the current behavior (if this is a bug)?
survey-jquery
in package jsonProvide the test code and the tested page URL (if applicable)
Test code
Specify your
The text was updated successfully, but these errors were encountered: