Skip to content

Release 2071

Choose a tag to compare

@github-actions github-actions released this 03 Nov 11:14
261f41f

Trello card

Trello

Context

Our CSP policy was blocking the prevent double click inline JavaScript from executing.

We could use a hash or nonce for this, but the CSP policy and the project's JavaScript will be easier to maintain if moved into a Stimulus.js controller.

Changes proposed in this pull request

  • Move prevent double click JavaScript into a Stimulus.js controller