[TikiWiki-commits] [Git][tikiwiki/tiki][30.x] [FIX] Set SameSite attribute to 'Lax' by default for non-embedded content

"Rodriguez Nyiringabo \(@rodriguezny\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a15ced3678cb_38192c247780@gitlab-sidekiq-low-urgency-cpu-bound-v2-cb9bccbb8-5vwjv.mail>

Rodriguez Nyiringabo pushed to branch 30.x at Tiki Wiki CMS Groupware / Tiki


Commits:
0585be58 by Rodriguez Nyiringabo at 2026-05-26T16:40:57+00:00
[FIX] Set SameSite attribute to 'Lax' by default for non-embedded content
---
* [FIX] Set SameSite attribute to 'Lax' by default for non-embedded content
---
* [FIX] Set SameSite attribute to 'Lax' by default for non-embedded content

See merge request tikiwiki/tiki!10280

See merge request tikiwiki/tiki!10376

- - - - -


1 changed file:

- tiki-setup_base.php


Changes:

=====================================
tiki-setup_base.php
=====================================
@@ -253,7 +253,7 @@ if (isset($_SERVER["REQUEST_URI"]) && ! str_contains($_SERVER['REQUEST_URI'], 't
             $session_params['secure'] = true;
             $session_params['samesite'] = 'None';
         } else {
-            $session_params['samesite'] = 'Strict';
+            $session_params['samesite'] = 'Lax';
         }
 
         session_set_cookie_params([



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0585be58f0c6ca3aa85f0090025c5f416a9c86f1

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/0585be58f0c6ca3aa85f0090025c5f416a9c86f1
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.