Cached · just now
17 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31536000 ; preload
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

Connection
Performance
close, Transfer-Encoding
Transfer-Encoding
Performance
chunked

Caching Headers

Cache-Control
Caching
s-maxage=3600, stale-while-revalidate=31532400
Etag
Caching
"ef5cu2cm8p4ma8"

Content Headers

Content-Type
Content
text/html; charset=utf-8

Server Headers

X-Powered-By
Server
Next.js

CORS Headers

No CORS headers found

Cookies Headers

Set-Cookie
Cookies

Other Headers

Akamai-Cache-Status
Other
NotCacheable from child
Akamai-Grn
Other
0.e10c0317.1776097327.3225d1bf
Date
Other
Mon, 13 Apr 2026 16:22:08 GMT
Server-Timing
Other
cdn-cache; desc=MISS, edge; dur=36, origin; dur=4, ak_p; desc="1776097327926_386075873_841339327_4018_18021_2_7_-";dur=1
X-Akamai-Pmcbrowser
Other
country_code=CA,region_code=ON,city=ETOBICOKE,lat=43.70,long=-79.57,timezone=EST,zip=M8V+M8W+M8X+M8Y+M8Z+M9A+M9B+M9C+M9P+M9R+M9V+M9W
X-Akamai-Transformed
Other
9l 34863 0 pmb=mRUM,1
X-Amz-Cf-Id
Other
uaS0kxdgMfVFDxhQkhN4Id57DrRoJge3tC78Cn2qRi5tl4sRDBKSEw==
X-Amz-Cf-Pop
Other
JFK52-P3
X-Nextjs-Cache
Other
MISS

Recommendations

Enable compression (gzip/brotli) to improve performance

Consider removing X-Powered-By header to hide server technology