We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b19e4 commit 3ff1b41Copy full SHA for 3ff1b41
1 file changed
core/Session.php
@@ -183,6 +183,7 @@ public static function getSameSiteCookieValue()
183
$shouldUseNoneForcefully = false;
184
Piwik::postEvent('Session.shouldSendSameSiteCookieAsNoneForcefully', [&$shouldUseNoneForcefully]);
185
186
+ // @phpstan-ignore-next-line value may be changed by plugin listeners via reference
187
if (($shouldUseNone || $shouldUseNoneForcefully) && ProxyHttp::isHttps()) {
188
return 'None';
189
}
0 commit comments