The issue happens because the condition if ($val === 0)
doesn't work when the $val is actually a string '0'. Added a fix.
max-kuzomko β created an issue.
max-kuzomko β created an issue.
@cilefen, the same issue in Drupal 10.1:
core/modules/big_pipe/src/Controller/BigPipeController.php
$response->headers->setCookie(new Cookie(BigPipeStrategy::NOJS_COOKIE, TRUE, 0, '/', NULL, FALSE, FALSE, FALSE, NULL));
It sets HttpOnly to FALSE.
max-kuzomko β created an issue.
I'm experiencing the same issue.
Added a patch.
max-kuzomko β created an issue.
Please find attached the patch for those who do not want to uninstall the Thunder Admin theme.
max-kuzomko β created an issue.
+
I have changed Drupal\Core\Messenger\Messenger to Drupal\Core\Messenger\MessengerInterface
max-kuzomko β created an issue.
max-kuzomko β created an issue. See original summary β .