partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 43bd450ae2ae2def6195624e87510a5ee2c229d6
parent 76e9c421d8b6ae633d49bc841faa2e56b399bfda
Author: Felicitus <felicitus@felicitus.org>
Date:   Sat, 31 Oct 2015 15:09:26 +0100

Use stateful firewall to enable cookies

Diffstat:
Mapp/config/security.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/config/security.yml b/app/config/security.yml @@ -33,7 +33,7 @@ security: pattern: ^/api/users/getSalt security: false main: - stateless: true + stateless: false pattern: ^/api/.* provider: chain_provider fr3d_ldap_httpbasic: