소스 검색

Store session cookie as httponly

Jordi Boggiano 10 년 전
부모
커밋
c503b2c329
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/config/config.yml

+ 1 - 0
app/config/config.yml

@@ -17,6 +17,7 @@ framework:
     session:
         name: packagist
         cookie_lifetime: 3600
+        cookie_httponly: true
     trusted_proxies: %trusted_proxies%
     trusted_hosts: %trusted_hosts%
     http_method_override: true