13 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
Content-Security-Policy
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Add Content-Security-Policy header to prevent XSS attacks
  • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
  • Add X-Content-Type-Options: nosniff
  • Add Referrer-Policy header (recommended: strict-origin-when-cross-origin)
  • Consider adding Permissions-Policy to control browser features

Performance Headers

2 headers
Connection
Performance
close
Transfer-Encoding
Performance
chunked

Caching Headers

2 headers
Age
Caching
0
Cache-Control
Caching
no-cache

Content Headers

1 headers
Content-Type
Content
text/html;charset=utf-8

Server Headers

2 headers
Server
Server
Netlify
X-Powered-By
Server
Nuxt

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
writingLocale=fr; Max-Age=2592000; Path=/; Secure; SameSite=Lax

Other Headers

4 headers
Cache-Status
Other
"Netlify Edge"; fwd=miss
Date
Other
Sat, 29 Nov 2025 16:15:51 GMT
Netlify-Vary
Other
query
X-Nf-Request-Id
Other
01KB86CEBDGK9Z4BY1NJTCXSHJ

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology

Analysis completed in 266ms