You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro/widget-basics/security-and-validation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,9 +52,9 @@ The Cross-Site Request Forgery is generally initiated by a malicious script and
52
52
53
53
The anti-forgery tokens are used to ensure that a form or a request has been submitted by the user and not by a malicious script. The also called request validation tokens are hidden inputs that have a randomly generated value that cannot be read by a script.
54
54
55
-
The following examples demonstrate the steps for implementing the CSFR token validation.
55
+
The following examples demonstrate the steps for implementing the CSRF token validation.
0 commit comments