Skip to content

Commit 274a1b9

Browse files
committed
Add comment in index.html.tmpl
1 parent c7ce02a commit 274a1b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.html.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
<link type="text/css" rel="stylesheet" media="all" href="./frontend/themes/css/eterna.css" />
1313

1414
<script>
15+
// The Coffeescript code exposes a Comment object, which clobbers a browser global, which we do not use,
16+
// but the browser global is used by DOMPurify
1517
__comment_bak = Comment;
1618
</script>
1719

0 commit comments

Comments
 (0)