Home
last modified time | relevance | path

Searched +full:samesitecookie -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/conf/
H A Ddokuwiki.php67 $conf['samesitecookie'] = 'Lax'; //SameSite attribute for cookies (Lax|Strict|None|Empty)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php177 $meta['samesitecookie'] = ['multichoice', '_choices' => ['', 'Lax', 'Strict', 'None']];
/dokuwiki/inc/
H A Dauth.php542 'samesite' => $conf['samesitecookie'] ?: null, // null means browser default
1408 'samesite' => $conf['samesitecookie'] ?: null, // null means browser default