# The exact headers ultimata.fr serves. Kept in the template folder so the
# bench can put the site's real Content-Security-Policy in front of the page
# instead of assuming it would pass: a style attribute or an inline script
# would be blocked in production and nowhere else.
#
# Nothing to deploy here — the site already serves these from its own
# /_headers. This file is the reference the bench reads.

/*
  Content-Security-Policy: default-src 'self'; script-src 'self'; style-src 'self'; img-src 'self' data:; font-src 'self'; connect-src 'self'; form-action 'self'; frame-ancestors 'self'; base-uri 'self'; object-src 'none'
  X-Content-Type-Options: nosniff
  Referrer-Policy: strict-origin-when-cross-origin
