- Posts: 3
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
What do I need to do to make IFRAME work?<IfModule mod_headers.c>
Header set X-Frame-Options "ALLOW-FROM *"
</IfModule>
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
sameSite
'session' => array ( 'sessionName' => "SPDemo", //~ 'class' => 'application.core.web.DbHttpSession', //~ 'connectionID' => 'db', //~ 'sessionTableName' => '{{sessions}}', 'cookieParams' => array( 'secure' => true, 'httponly' => true, 'samesite' => 'None', ), ), 'request' => array( 'enableCsrfValidation'=>true, 'csrfCookie' => array( 'sameSite' => 'None', 'secure' => true, ), ),
Please Log in to join the conversation.
Please Log in to join the conversation.