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: web/inc/prevent_csrf.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ function checkStrictness($level)
23
23
http_response_code(400);
24
24
echo"<h1>Potential use CSRF detected</h1>\n".
25
25
"<p>Please disable any plugins/add-ons inside your browser or contact your system administrator. If you are the system administrator you can run v-change-sys-config-value 'POLICY_CSRF_STRICTNESS' '0' as root to disable this check.<p>".
26
-
"<p>If you folowed a bookmark or an static link <a href='/'>please click here</a>";
26
+
"<p>If you followed a bookmark or an static link <a href='/'>please click here</a>";
0 commit comments