Skip to content

Commit 6cc58bb

Browse files
committed
[Security/Http] Allow setting cookie security settings for delete_cookies
1 parent d4e5a88 commit 6cc58bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

DependencyInjection/MainConfiguration.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,8 @@ private function addFirewallsSection(ArrayNodeDefinition $rootNode, array $facto
273273
->children()
274274
->scalarNode('path')->defaultNull()->end()
275275
->scalarNode('domain')->defaultNull()->end()
276+
->scalarNode('secure')->defaultFalse()->end()
277+
->scalarNode('samesite')->defaultNull()->end()
276278
->end()
277279
->end()
278280
->end()

0 commit comments

Comments
 (0)