-
Notifications
You must be signed in to change notification settings - Fork 242
Description
Thanks for creating an issue! Please fill out this form so we can be sure to have all the information we need, and to minimize back and forth.
- What are we trying to do?
As rails has gotten better about CSPs they've been using UJS/js.erb a lot less. Deprecating webpacker came at the cost of basically shutting our CSP off; as a condition of getting our CSP back we're going to have to come up with a better approach here.
See the discussion in this PR - #2651
-
What feature or behavior is this required for?
CSP, modern rails stack -
How could we solve this issue? (Not knowing is okay!)
Rails seems to be coalescing around a strategy / stack called hotwire, but I'm highly suggestible. Less intensity and a smoother transition would be preferable, bonus to not have to rig up a whole other framework, but man idk.
- Anything else?