Skip to content

Commit 67aed06

Browse files
committed
-
1 parent 72d7ea7 commit 67aed06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/csrf.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ actor could create the following website:
1414
<html>
1515
<body>
1616
<form action="https://example.com/settings/update-email" method="POST">
17-
<input type="hidden" name="email" value="malicious-actor-address@some-domain.com" />
17+
<input type="hidden" name="email" value="malicious-actor-address@some-domain.com"/>
1818
</form>
1919
<script>
2020
document.forms[0].submit();

0 commit comments

Comments
 (0)