Closed murraybo closed 1 year ago
The failed CI run looks unrelated to the change. Maybe something with the workflow definition, or maybe a rerun can help.
Yeah, it seems to be a global Github Actions issue today. I will restart it
Thank you for the contribution! 🙌
Thank you for the fast merge and for your tool. It make my life easier every day. :-)
In our project we are using a strict content security policy (CSP). This includes a
script-src
withnonce
.Therefore all scripts include inside a page need to use this nonce on their tag.
Rails has build in support for this, but it needs to be used.
This pull request adds
nonce: true
tojavascript_include_tag
. If no CSP is configure this does not have any effect.