15 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=15552000
Content-Security-Policy
Basic
frame-ancestors; default-src; connect-src
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
  • Increase HSTS max-age to at least 1 year and add includeSubDomains
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • 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
Transfer-Encoding
Performance
chunked
Vary
Performance
Accept-Encoding

Caching Headers

3 headers
Cache-Control
Caching
no-store, no-cache, must-revalidate
Expires
Caching
Thu, 19 Nov 1981 08:52:00 GMT
Pragma
Caching
no-cache

Content Headers

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

Server Headers

1 headers
Server
Server
Apache

CORS Headers

0 headers
No CORS headers found

Cookies Headers

1 headers
Set-Cookie
Cookies
_srv=dd3; path=/

Other Headers

5 headers
Alt-Svc
Other
h3=":443"; ma=3600
Date
Other
Tue, 04 Nov 2025 19:55:54 GMT
Link
Other
</v3/user/status/>; rel=preload; as=fetch; type=application/json; crossorigin=anonymous, </assets/20251104-9114c2/app.css>; rel=preload; as=style; type=text/css, </assets/20251104-9114c2/app.js>; rel=modulepreload; as=script, </assets/fonts/inter/Inter-roman-3.19-subset.woff2>; rel=preload; as=font; crossorigin=anonymous, <https://tr.scip.es>; rel=preconnect, </v3/products/domains/home/>; rel=preload; as=fetch; type=application/json; crossorigin=anonymous
X-Cache-Status
Other
MISS
X-Robots-Tag
Other
index, follow, all

Recommendations

Enable compression (gzip/brotli) to improve performance

Analysis completed in 0ms