framework.yaml 417 B

123456789101112131415
  1. framework:
  2. #csrf_protection: true
  3. #http_method_override: true
  4. # Enables session support. Note that the session will ONLY be started if you read or write from it.
  5. # Remove or comment this section to explicitly disable session support.
  6. session:
  7. handler_id: null
  8. cookie_secure: auto
  9. cookie_samesite: lax
  10. #esi: true
  11. #fragments: true
  12. php_errors:
  13. log: true