Skip to content

Commit

Permalink
Prevent bad actors injecting behavior into emails
Browse files Browse the repository at this point in the history
  • Loading branch information
oudeismetis committed Sep 23, 2024
1 parent a16b513 commit 5369090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{%- raw -%}
{% load static %}
{% autoescape on %}

{% comment %}

Expand Down Expand Up @@ -248,4 +249,5 @@
</table>
</body>
</html>
{% endautoescape %}
{%- endraw -%}
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{%- raw -%}
{% load static %}
{% autoescape on %}

{% comment %}

Expand Down Expand Up @@ -234,4 +235,5 @@
</table>
</body>
</html>
{% endautoescape %}
{%- endraw -%}

0 comments on commit 5369090

Please sign in to comment.