mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
* First version * fix: manifest.json * Fix: The yaml file is part of the recipe * Fix: for call-qa / Run checks --------- Co-authored-by: Michel Bobillier <athso99@bluewin.ch>
10 lines
372 B
YAML
10 lines
372 B
YAML
# config/packages/response_headers.yaml
|
|
# https://github.com/republique-et-canton-de-geneve/response-headers-bundle/blob/main/config.md
|
|
|
|
response_headers:
|
|
headers:
|
|
# Cache-Control : max-age=0, must-revalidate, no-cache, no-store, private"
|
|
# Referrer-Policy: strict-origin
|
|
# X-Content-Type-Options: nosniff
|
|
# X-XSS-Protection: 1; mode=block
|