Skip to content

handle trusted type polices in optimistic extension using cloneNode#3887

Open
MichaelWest22 wants to merge 1 commit into
bigskysoftware:four-devfrom
MichaelWest22:optimistic-trustedtypes
Open

handle trusted type polices in optimistic extension using cloneNode#3887
MichaelWest22 wants to merge 1 commit into
bigskysoftware:four-devfrom
MichaelWest22:optimistic-trustedtypes

Conversation

@MichaelWest22

Copy link
Copy Markdown
Collaborator

Description

Found that hx-csp trusted type feature blocks optimistic extension as it uses innerHTML set which is then blocked. Using a cloneNode of the template data solve this easily.

Corresponding issue:

Testing

Please explain how you tested this change manually, and, if applicable, what new tests you added. If
you're making a change to just the website, you can omit this section.

Checklist

  • I have read the contribution guidelines
  • I have targeted this PR against the correct branch (master for website changes, dev for
    source changes)
  • This is either a bugfix, a documentation update, or a new feature that has been explicitly
    approved via an issue
  • I ran the test suite locally (npm run test) and verified that it succeeded

@MichaelWest22 MichaelWest22 added the htmx 4 Issues specific to htmx version 4 label Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

htmx 4 Issues specific to htmx version 4

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant