Skip to content

Commit

Permalink
[Sessions] Changed default value for symfony.session.cookie_secure
Browse files Browse the repository at this point in the history
…to `auto`
  • Loading branch information
brusch committed Jul 20, 2022
1 parent eefca88 commit e068757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundles/CoreBundle/Resources/config/pimcore/default.yaml
Expand Up @@ -22,6 +22,7 @@ framework:
handler_id: null
cookie_samesite: 'strict'
storage_factory_id: session.storage.factory.native
cookie_secure: auto
php_errors:
log: true
assets: ~
Expand Down
@@ -1,6 +1,7 @@
# Upgrade Notes

## 10.5.0
- [Sessions] Changed default value for `symfony.session.cookie_secure` to `auto`
- [Listings] `JsonListing` class is deprecated. Please use `CallableFilterListingInterface`, `FilterListingTrait` and `CallableOrderListingInterface`, `OrderListingTrait` instead.
For examples please see existing classes, e.g. `Pimcore\Model\Document\DocType\Listing`.

Expand Down

0 comments on commit e068757

Please sign in to comment.