8000 Merge branch '4.3' into 4.4 · symfony/framework-bundle@b8ad9b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b8ad9b2

Browse files
Merge branch '4.3' into 4.4
* 4.3: [Cache] clean tags folder on invalidation [Cache] remove implicit dependency on symfony/filesystem Allow to set cookie_samesite to 'none' [VarDumper] fix array key error for class SymfonyCaster Adds missing translations for no nb [HttpKernel] fix $dotenvVars in data collector Add the missing translations for the Swedish ("sv") locale bumped Symfony version to 4.3.6 updated VERSION for 4.3.5 updated CHANGELOG for 4.3.5 bumped Symfony version to 3.4.33 updated VERSION for 3.4.32 update CONTRIBUTORS for 3.4.32 updated CHANGELOG for 3.4.32 [Messenger] DoctrineTransport: ensure auto setup is only done once [Form][DateTimeImmutableToDateTimeTransformer] Preserve microseconds and use \DateTime::createFromImmutable() when available [Crawler] document $default as string|null
2 parents ba09ebf + 151ee0e commit b8ad9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ private function addSessionSection(ArrayNodeDefinition $rootNode)
544544
->scalarNode('cookie_domain')->end()
545545
->enumNode('cookie_secure')->values([true, false, 'auto'])->end()
546546
->booleanNode('cookie_httponly')->defaultTrue()->end()
547-
->enumNode('cookie_samesite')->values([null, Cookie::SAMESITE_LAX, Cookie::SAMESITE_STRICT])->defaultNull()->end()
547+
->enumNode('cookie_samesite')->values([null, Cookie::SAMESITE_LAX, Cookie::SAMESITE_STRICT, Cookie::SAMESITE_NONE])->defaultNull()->end()
548548
->booleanNode('use_cookies')->end()
549549
->scalarNode('gc_divisor')->end()
550550
->scalarNode('gc_probability')->defaultValue(1)->end()

0 commit comments

Comments
 (0)
0