19 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=604800
Content-Security-Policy
Missing
Not configured Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
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
  • 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

Accept-Ranges
Performance
bytes
Connection
Performance
close
Vary
Performance
Accept,User-Agent

Caching Headers

Cache-Control
Caching
private, no-transform, max-age=0, no-cache
Etag
Caching
"d41d8cd98f00b204e9800998ecf8427e"
Expires
Caching
Mon, 23 Feb 2026 22:12:37 GMT
Last-Modified
Caching
Sun, 22 Feb 2026 22:12:38 GMT
Pragma
Caching
no-cache

Content Headers

Content-Length
Content
0
Content-Type
Content
image/gif

Server Headers

Server
Server
Cloudinary

CORS Headers

Access-Control-Allow-Origin
Cors
*
Access-Control-Expose-Headers
Cors
Content-Length,ETag,Server-Timing,X-Cld-Error,Vary

Cookies Headers

No cookies headers found

Other Headers

Date
Other
Mon, 23 Feb 2026 01:28:21 GMT
Expiration
Other
expiry-date="Fri, 24 Apr 2026 00:00:00 GMT", rule-id="derived_image"
Server-Timing
Other
cld-fastly;mitm=p;dur=327;cpu=106;start=2026-02-23T01:28:20.921Z;desc=miss,rtt;dur=8,content-info;desc="rt=1,t=\"Zl9hdXRvLHFfYXV0bw==\"",cloudinary;dur=158;start=2026-02-23T01:28:21.083Z,cld-error;desc="Resource not found on media source: [cloudinary marketing storage]"
Timing-Allow-Origin
Other
*
X-Cld-Error
Other
Resource not found on media source: [cloudinary marketing storage]

Recommendations

Enable compression (gzip/brotli) to improve performance