-
Notifications
You must be signed in to change notification settings - Fork 18
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
New approach to reload javascripts doesn't play well with CSP #50
Labels
bug
Something isn't working
Comments
jorgemanrubia
added a commit
that referenced
this issue
Dec 26, 2024
This won't cause trouble with CSP policies. Fixes #50 Closes #49 It incorporates a fix for the problem that Andrey Maslov detected in #49: it wills support namespaced stimulus controllers. Co-authored-by: Andrey Maslov <[email protected]>
1 task
jorgemanrubia
added a commit
that referenced
this issue
Dec 26, 2024
This won't cause trouble with CSP policies. Fixes #50 Closes #49 It incorporates a fix for the problem that Andrey Maslov detected in #49: it wills support namespaced stimulus controllers. Co-authored-by: Andrey Maslov <[email protected]>
jorgemanrubia
added a commit
that referenced
this issue
Dec 26, 2024
This won't cause trouble with CSP policies. Fixes #50 Closes #49 It incorporates a fix for the problem that Andrey Maslov detected in #49: it wills support namespaced stimulus controllers. Co-authored-by: Andrey Maslov <[email protected]>
jorgemanrubia
added a commit
that referenced
this issue
Dec 26, 2024
This won't cause trouble with CSP policies. Fixes #50 Closes #49 It incorporates a fix for the problem that Andrey Maslov detected in #49: it wills support namespaced stimulus controllers. Co-authored-by: Andrey Maslov <[email protected]>
jorgemanrubia
added a commit
that referenced
this issue
Dec 26, 2024
This won't cause trouble with CSP policies. Fixes #50 Closes #49 It incorporates a fix for the problem that Andrey Maslov detected in #49: it wills support namespaced stimulus controllers. Co-authored-by: Andrey Maslov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I introduced this one with the change from #44. I created it to support jsbundling initially and, while we ended up not needing it, I removed it as I thought it was a nice change. I'll revert to the old approach that worked well.
The text was updated successfully, but these errors were encountered: