Tags: GreYY/DunglasAngularCsrfBundle
Tags
Define all Cookie arguments explicitly (dunglas#58) * Define all Cookie arguments explicitly This adds support for Symfony 4.2, which deprecates not defining all the arguments as some of their default values are scheduled to change in Symfony 5.0. * Set Cookie $sameSite as `lax` instead of null This is the default value as of Symfony 4.2, and makes cookies safer as they won't be sent along with cross-site requests. Also, added missing prediction when registering the cookie in the ResponseHeaderBag. * Define PHP version in cinst instruction This ensures appveyor uses PHP 7.2 and not a default version(currently 7.3) * Fixed tests after new method call in Symfony 4.2.6 and 3.4.25