This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Disable XSS sanitizer by default #356
Labels
Comments
Agreed. And having to remember to use ${content.document.body.innerHTML @ context = 'unsafe'} in |
this was reverted with the new htlengine #337 |
tripodsan
added a commit
that referenced
this issue
Jun 6, 2019
tripodsan
added a commit
that referenced
this issue
Jun 6, 2019
adobe-bot
pushed a commit
that referenced
this issue
Jun 6, 2019
# [2.5.0](v2.4.0...v2.5.0) (2019-06-06) ### Features * **html-pipe:** disable sanitizer by default ([876b743](876b743)), closes [#356](#356)
🎉 This issue has been resolved in version 2.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Allowing HTML in markdown voids the need to a XSS sanitizer a little bit.
Suggest to disable it by default. either by removing it from the html pipeline completely, or safeguard it with:
/cc @trieloff @davidnuescheler @ramboz
The text was updated successfully, but these errors were encountered: