MantisBT: master ea80bcfb
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| dregad | dregad | master | 2022-02-17 04:45 | master 9090c6c3 |
| Affected Issues | 0029611: Cookies "SameSite" attribute triggers warnings in Firefox console | |||
| Changeset | Specify the SameSite attribute when setting cookies This fixes the warnings caused by the SameSite attribute defaulting to Changes in gpc_api.php:
Changes in common.js / javascript_config.php (fixing the
Changes in session_api.php:
Note: in PHP < 7.3.0, the setcookie() function does not allow specifying Fixes 0029611 |
|||
| mod - core/gpc_api.php | Diff File | |||
| mod - core/session_api.php | Diff File | |||
| mod - javascript_config.php | Diff File | |||
| mod - js/common.js | Diff File | |||