Skip to content

Commit

Permalink
Merge pull request #1214 from basecamp/disable-safe-for-xml
Browse files Browse the repository at this point in the history
Allow comments in attachments
  • Loading branch information
djmb authored Dec 17, 2024
2 parents 32b0431 + 692fa98 commit f4d8e5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/trix/config/dompurify.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export default {
ADD_ATTR: [ "language" ],
SAFE_FOR_XML: false,
RETURN_DOM: true
}

0 comments on commit f4d8e5c

Please sign in to comment.