Open
Cached
·
just now
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
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 Strict-Transport-Security header with max-age of at least 1 year
- • 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
Connection
close
Transfer-Encoding
chunked
Vary
rsc,next-router-state-tree,next-router-prefetch,Accept-Encoding
connection: close transfer-encoding: chunked vary: rsc,next-router-state-tree,next-router-prefetch,Accept-Encoding
Caching Headers
Age
67
Cache-Control
public, max-age=60, stale-while-revalidate=60, stale-if-error=3600
age: 67 cache-control: public, max-age=60, stale-while-revalidate=60, stale-if-error=3600
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Accept-Ch
Sec-CH-Prefers-Color-Scheme
Critical-Ch
Sec-CH-Prefers-Color-Scheme
Date
Wed, 25 Feb 2026 14:36:43 GMT
Link
URL
/_next/static/css/cd0fc4ca29de12a0.css
rel=preload
as=style
URL
/_next/static/css/4fbb99d5f064646b.css
rel=preload
as=style
accept-ch: Sec-CH-Prefers-Color-Scheme critical-ch: Sec-CH-Prefers-Color-Scheme date: Wed, 25 Feb 2026 14:36:43 GMT link: </_next/static/css/cd0fc4ca29de12a0.css>; rel=preload; as="style", </_next/static/css/4fbb99d5f064646b.css>; rel=preload; as="style" via: 1.1 9557da2570df16242f84a67f254d7f30.cloudfront.net (CloudFront) x-amz-cf-id: kxjs0rocE8F75vo-iUahvu0_jYUSegyJWv4LFsQcsB_393mBjsTGxQ== x-amz-cf-pop: IAD89-P1 x-cache: Hit from cloudfront
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology