Open
Cached
·
just now
22
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=31536000
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
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 Referrer-Policy header (recommended: strict-origin-when-cross-origin)
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Accept-Ranges
bytes
Connection
close
Vary
X-User-Agent, Accept-Encoding
accept-ranges: bytes connection: close vary: X-User-Agent, Accept-Encoding
Caching Headers
Age
2497
Cache-Control
public, max-age=60
Etag
"f6nje7kn34t04h"
age: 2497 cache-control: public, max-age=60 etag: "f6nje7kn34t04h"
Content Headers
Content-Length
1353342
Content-Type
text/html; charset=utf-8
content-length: 1353342 content-type: text/html; charset=utf-8
Server Headers
server: Google Frontend x-powered-by: Next.js
CORS Headers
Access-Control-Allow-Headers
*
Access-Control-Allow-Origin
*
access-control-allow-headers: * access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sat, 28 Mar 2026 03:44:48 GMT
X-Cache
HIT
X-Cache-Hits
1
X-Cloud-Trace-Context
085b69b3269d3c760f2041180dfa6801
X-Gcp-Region
us-east4
X-Served-By
cache-iad-kiad7000120-IAD
X-Timer
S1774669488.264291,VS0,VE3
date: Sat, 28 Mar 2026 03:44:48 GMT via: 1.1 google, 1.1 varnish x-cache: HIT x-cache-hits: 1 x-cloud-trace-context: 085b69b3269d3c760f2041180dfa6801 x-gcp-region: us-east4 x-served-by: cache-iad-kiad7000120-IAD x-timer: S1774669488.264291,VS0,VE3
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology