Skip to content

Commit

Permalink
Merge pull request #1173 from MoshiKoi/preview-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- authored Aug 11, 2023
2 parents e187474 + e130a2c commit 2c8aabd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/assets/javascripts/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ $(() => {
const converter = window.converter;
const unsafe_html = converter.render(text);
const html = DOMPurify.sanitize(unsafe_html, {
USE_PROFILES: { html: true },
ALLOWED_TAGS,
ALLOWED_ATTR
});
Expand Down

0 comments on commit 2c8aabd

Please sign in to comment.