Skip to content

Commit 0c3ab57

Browse files
Merge branch '4.4'
* 4.4: (26 commits) cs fix [Validator] sync NO and NB translations [Cache] improve perf of pruning for fs-based adapters [Cache] cs fix [Cache] clean tags folder on invalidation [Cache] remove implicit dependency on symfony/filesystem Allow to set cookie_samesite to 'none' [Dotenv] support setting default env var values [VarDumper] fix array key error for class SymfonyCaster [Cache] Improve RedisTagAwareAdapter invalidation logic & requirements Adds missing translations for no nb [HttpKernel] fix $dotenvVars in data collector Add the missing translations for the Swedish ("sv") locale Prevent ProgressBar redraw when message is same [DI] enable improved syntax for defining method calls in Yaml 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 ...
2 parents 6f71d11 + b8ad9b2 commit 0c3ab57

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
@@ -495,7 +495,7 @@ private function addSessionSection(ArrayNodeDefinition $rootNode)
495495
->scalarNode('cookie_domain')->end()
496496
->enumNode('cookie_secure')->values([true, false, 'auto'])->end()
497497
->booleanNode('cookie_httponly')->defaultTrue()->end()
498-
->enumNode('cookie_samesite')->values([null, Cookie::SAMESITE_LAX, Cookie::SAMESITE_STRICT])->defaultNull()->end()
498+
->enumNode('cookie_samesite')->values([null, Cookie::SAMESITE_LAX, Cookie::SAMESITE_STRICT, Cookie::SAMESITE_NONE])->defaultNull()->end()
499499
->booleanNode('use_cookies')->end()
500500
->scalarNode('gc_divisor')->end()
501501
->scalarNode('gc_probability')->defaultValue(1)->end()

0 commit comments

Comments
 (0)