Skip to content

Commit

Permalink
minor #5561 Change default value of cookie_httponly (jderusse)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Oct 5, 2015
2 parents 3ffe2e5 + e6c8b6c commit d862ee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ This determines whether cookies should only be sent over secure connections.
cookie_httponly
...............

**type**: ``boolean`` **default**: ``false``
**type**: ``boolean`` **default**: ``true``

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

0 comments on commit d862ee8

Please sign in to comment.