Open
Cached
·
just now
23
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Excellent
max-age=31536000; includeSubDomains; preload
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Good
nosniff
Referrer-Policy
Missing
Not configured
Permissions-Policy
Missing
Not configured
Recommendations
- • 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
Accept-Ranges
bytes
Connection
close
Vary
cookie,need-authorization, x-fh-requested-host, accept-encoding
accept-ranges: bytes connection: close vary: cookie,need-authorization, x-fh-requested-host, accept-encoding
Caching Headers
Cache-Control
public, max-age=0, s-maxage=10800
Etag
W/"4f2c-OykKEanZmduAwTwv4iY2q88EISw"
cache-control: public, max-age=0, s-maxage=10800 etag: W/"4f2c-OykKEanZmduAwTwv4iY2q88EISw"
Content Headers
Content-Length
20268
Content-Type
text/html; charset=utf-8
content-length: 20268 content-type: text/html; charset=utf-8
Server Headers
server: Google Frontend x-powered-by: Express
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Alt-Svc
h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400
Date
Sun, 12 Apr 2026 11:44:55 GMT
Function-Execution-Id
osnr5bcoqmbl
X-Cache
MISS
X-Cache-Hits
0
X-Cloud-Trace-Context
afff0c55897b0f769d14a411758d17a8;o=1
X-Country-Code
US
X-Served-By
cache-nyc-kteb1890045-NYC
X-Timer
S1775994295.703226,VS0,VE497
alt-svc: h3=":443";ma=86400,h3-29=":443";ma=86400,h3-27=":443";ma=86400 date: Sun, 12 Apr 2026 11:44:55 GMT function-execution-id: osnr5bcoqmbl x-cache: MISS x-cache-hits: 0 x-cloud-trace-context: afff0c55897b0f769d14a411758d17a8;o=1 x-country-code: US x-served-by: cache-nyc-kteb1890045-NYC x-timer: S1775994295.703226,VS0,VE497
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology