Skip to content

Commit fc89cef

Browse files
authored
Merge pull request #185 from mhindery/xss-issue
Mitigate xss issue
2 parents 66759d0 + 3579adb commit fc89cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosaml2/templates/djangosaml2/example_post_binding_form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</p>
1010
<form method="post" action="{{ target_url }}" name="SSO_Login">
1111
{% for key, value in params.items %}
12-
<input type="hidden" name="{{ key|safe }}" value="{{ value|safe }}" />
12+
<input type="hidden" name="{{ key }}" value="{{ value }}" />
1313
{% endfor %}
1414
<input type="submit" value="Log in" />
1515
</form>

0 commit comments

Comments
 (0)