partkeepr

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

commit 5e045cdbb77f165e56f25f1cbba9c92c9bfa6f44
parent a53c12d06cbdd98a5081bd10009ec98f94464dce
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  9 Dec 2015 15:01:28 +0100

Added note regarding stateless firewall

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: false + stateless: false # Stores authentification within a cookie. This is important to allow file uploads without having to send authentification data. pattern: ^/api/.* provider: chain_provider fr3d_ldap_httpbasic: