Open
Cached
·
just now
13
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=2592000
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Present
same-origin
Permissions-Policy
Missing
Not configured
Recommendations
- • Increase HSTS max-age to at least 1 year and add includeSubDomains
- • Significantly strengthen CSP directives
- • Add X-Frame-Options: DENY or SAMEORIGIN to prevent clickjacking
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
Vary
rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
connection: close transfer-encoding: chunked vary: rsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
Caching Headers
Cache-Control
private, no-cache, no-store, max-age=0, must-revalidate
cache-control: private, no-cache, no-store, max-age=0, must-revalidate
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: nginx/1.22.1 x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Date
Thu, 06 Aug 2026 17:35:45 GMT
Link
URL
/_next/static/media/051742360c26797e-s.p.0f97p8c3305p~.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2
rel=preload
as=font
crossorigin
type=font/woff2
date: Thu, 06 Aug 2026 17:35:45 GMT link: </_next/static/media/051742360c26797e-s.p.0f97p8c3305p~.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/0c89a48fa5027cee-s.p.0rd3rjvnnhw7n.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/c47649aa31f9e140-s.p.11uo_35nso9mn.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2"
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology