|
|
|
@ -558,6 +558,11 @@ ALTER TABLE sys_announcement ADD COLUMN visible_boss INT DEFAULT 0; |
|
|
|
|
// information the browser includes with navigation away from a document |
|
|
|
|
// and should be set by all sites. |
|
|
|
|
//$_configuration['security_referrer_policy'] = 'origin-when-cross-origin'; |
|
|
|
|
// |
|
|
|
|
// Enable samesite:None parameter for session cookie. |
|
|
|
|
// More info: https://www.chromium.org/updates/same-site |
|
|
|
|
// Also: https://developers.google.com/search/blog/2020/01/get-ready-for-new-samesitenone-secure |
|
|
|
|
//$_configuration['security_session_cookie_samesite_none'] = false; |
|
|
|
|
// ------ HTTP headers security section ends here |
|
|
|
|
// |
|
|
|
|
// ------ Survey configuration settings |
|
|
|
@ -2009,11 +2014,6 @@ VALUES (21, 13, 'send_notification_at_a_specific_date', 'Send notification at a |
|
|
|
|
// Overwrites the app/config/auth.conf.php settings |
|
|
|
|
//$_configuration['extldap_config'] = ['host' => '', 'port' => '']; |
|
|
|
|
|
|
|
|
|
// Enable samesite:None parameter for session cookie. |
|
|
|
|
// More info: https://www.chromium.org/updates/same-site |
|
|
|
|
// Also: https://developers.google.com/search/blog/2020/01/get-ready-for-new-samesitenone-secure |
|
|
|
|
//$_configuration['allow_session_samesite_none_cookie_parameter'] = false; |
|
|
|
|
|
|
|
|
|
// KEEP THIS AT THE END |
|
|
|
|
// -------- Custom DB changes |
|
|
|
|
// Add user activation by confirmation email |
|
|
|
|