We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d7ea7 commit 67aed06Copy full SHA for 67aed06
security/csrf.rst
@@ -14,7 +14,7 @@ actor could create the following website:
14
<html>
15
<body>
16
<form action="https://example.com/settings/update-email" method="POST">
17
- <input type="hidden" name="email" value="malicious-actor-address@some-domain.com" />
+ <input type="hidden" name="email" value="malicious-actor-address@some-domain.com"/>
18
</form>
19
<script>
20
document.forms[0].submit();
0 commit comments