Cached · just now
18 Headers

HTTP Security Headers

Status
Strict-Transport-Security
Present
max-age=31104000 ; includeSubDomains
Content-Security-Policy
Basic
default-src; script-src; frame-src Analyze
Content-Security-Policy-Report-Only
Missing
Not configured Analyze
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
  • Improve CSP by adding more specific directives and removing 'unsafe-inline'
  • 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

Connection
Performance
close

Caching Headers

Cache-Control
Caching
max-age=0, no-cache, no-store
Expires
Caching
Wed, 19 Aug 2026 12:18:19 GMT
Pragma
Caching
no-cache

Content Headers

Content-Type
Content
text/html

Server Headers

Server
Server
AkamaiGHost

CORS Headers

Access-Control-Allow-Headers
Cors
env,grid
Access-Control-Allow-Origin
Cors
t.cvs.com

Cookies Headers

Set-Cookie
Cookies

Other Headers

Date
Other
Wed, 19 Aug 2026 12:18:19 GMT
Mime-Version
Other
1.0
Server-Timing
Other
ak_p; desc="1787141898884_389073115_1530875986_74430_22024_27_238_-";dur=1
X-Akamai-Transformed
Other
0 - 0 -
X-Req
Other
a=a;c=none;d=desktop;g=0.dbc83017.1787141899.5b3f5052;h=t.cvs.com;i=23.48.200.219;l=use;t=ut;u=brw

Recommendations

Enable compression (gzip/brotli) to improve performance