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 f9eefa3 commit ae55dcdCopy full SHA for ae55dcd
Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php
@@ -66,7 +66,7 @@ public function isCsrfTokenValid($intention, $token)
66
return StringUtils::equals($expectedToken, $token);
67
}
68
69
- return $token === $this->generateCsrfToken($intention);
+ return $token === $expectedToken;
70
71
72
/**
0 commit comments