Open
Cached
·
just now
14
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=600 ; includeSubDomains
Content-Security-Policy
Basic
block-all-mixed-content; style-src; script-src; +2 more
block-all-mixed-content; style-src https: 'unsafe-inline'; script-src https: blob: 'unsafe-inline' 'unsafe-eval'; img-src https: data:; frame-src https:;
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
- • Improve CSP by adding more specific directives and removing 'unsafe-inline'
- • 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
2 headers
Connection
Performance
keep-alive
Vary
Performance
User-Agent
Caching Headers
3 headers
Cache-Control
Caching
max-age=0
Expires
Caching
Thu, 20 Nov 2025 16:44:00 GMT
Pragma
Caching
no-cache
Content Headers
2 headers
Content-Length
Content
1300
Content-Type
Content
text/html
Server Headers
1 headers
Server
Server
AkamaiGHost
CORS Headers
0 headers
No CORS headers found
Cookies Headers
1 headers
Set-Cookie
Cookies
n_regis=123456789; path=/; domain=.bodyandsoul.com.au
Other Headers
3 headers
Content-Security-Policy-Report-Only
Other
frame-ancestors 'self'; report-uri https://www.bodyandsoul.com.au/csp-reports
Date
Other
Thu, 20 Nov 2025 16:44:00 GMT
Mime-Version
Other
1.0
Recommendations
Enable compression (gzip/brotli) to improve performance
Analysis completed in 384ms