Ghost/ghost/core/test/unit
Simon Backx 999b111fce
🐛 Fixed paid email preview stopped working in emails (#15356)
fixes https://github.com/TryGhost/Team/issues/1870

Disables email sanitization that was enabled earlier because this bug is more important and urgent.

The recently introduced email sanitzation removes HTML comments from the post html.
- This breaks the email paid preview, because it depends on the `<!--members-only-->` comment.
- Breaks the Outlook comments `<!--[if !mso !vml]-->`

This commit reverts this change.
2022-09-02 15:49:39 +02:00
..
api/canary Added core type integrations to API serializer 2022-08-12 14:18:44 +01:00
frontend Added {{search}} theme helper 2022-08-24 21:34:20 +01:00
server 🐛 Fixed paid email preview stopped working in emails (#15356) 2022-09-02 15:49:39 +02:00
shared 🐛 Fixed Comments administration for self hosters (#15239) 2022-08-15 15:38:19 -04:00