Actions

Translations

Optional settings/125/nl: Difference between revisions

From LimeSurvey Manual

No edit summary
No edit summary
 
Line 2: Line 2:
'enableCsrfValidation'=>true,
'enableCsrfValidation'=>true,
'csrfCookie' => array(
'csrfCookie' => array(
'samesite' => 'None',
'sameSite' => 'None',
'secure' => true,
'secure' => true,
),
),
),
),
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 22:06, 17 November 2021

Message definition (Optional settings)
<syntaxhighlight lang="php" enclose="pre"> 'request' => array(
'enableCsrfValidation'=>true,
'csrfCookie' => array(
'sameSite' => 'None',
'secure' => true,
),
),
</syntaxhighlight>
		'request' => array(
			'enableCsrfValidation'=>true,
			'csrfCookie' => array(
				'sameSite' => 'None',
				'secure' => true,
			),
		),