Home
last modified time | relevance | path

Searched refs:csrf (Results 1 – 3 of 3) sorted by relevance

/plugin/yuriigantt/src/
H A DJsonRequest.php41 protected $csrf; variable in dokuwiki\\plugin\\yuriigantt\\src\\JsonRequest
47 * @param string|null $csrf
50 public function __construct(DriverInterface $driver, $csrf, $payload) argument
52 $this->csrf = $csrf;
60 if ($this->csrf !== getSecurityToken()) {
61 $error = $this->error("Invalid CSRF token {$this->csrf}");
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DHarvest.php41 'state' => 'optional-csrf-token',
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md971 - Add json prefix to prevent script tag csrf attack [\#76](https://github.com/schmittjoh/serializer…