Skip to content

Commit d862ee8

Browse files
committed
minor #5561 Change default value of cookie_httponly (jderusse)
This PR was merged into the 2.8 branch. Discussion ---------- Change default value of cookie_httponly | Q | A | ------------- | --- | Doc fix? | no | New docs? | symfony/symfony#15372 | Applies to | 2.8 | Fixed tickets | symfony/symfony#15303 Commits ------- e6c8b6c Change default value of cookie_httponly
2 parents 3ffe2e5 + e6c8b6c commit d862ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/configuration/framework.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ This determines whether cookies should only be sent over secure connections.
774774
cookie_httponly
775775
...............
776776

777-
**type**: ``boolean`` **default**: ``false``
777+
**type**: ``boolean`` **default**: ``true``
778778

779779
This determines whether cookies should only be accessible through the HTTP
780780
protocol. This means that the cookie won't be accessible by scripting

0 commit comments

Comments
 (0)