Skip to content

Commit 23d3bc1

Browse files
authored
Merge pull request #368 from DavidPetrasek/patch-2
Update index.rst
2 parents a5883c7 + d479c4f commit 23d3bc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Resources/doc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ should read on the next sections for detailed recommendations:
114114
nelmio_security:
115115
# signs/verifies all cookies
116116
signed_cookie:
117-
names: ['*']
117+
names: ['*'] # Beware: Login won't work if all cookies are signed.
118118
# prevents framing of the entire site
119119
clickjacking:
120120
paths:
@@ -503,7 +503,7 @@ later, you can specify ``*`` as a cookie name to have all cookies signed automat
503503
# config/packages/nelmio_security.yaml
504504
nelmio_security:
505505
signed_cookie:
506-
names: ['*']
506+
names: ['*'] # Beware: Login won't work if all cookies are signed.
507507
508508
Additional, optional configuration settings:
509509

0 commit comments

Comments
 (0)