Open
Cached
·
just now
16
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
Missing
Not configured
Referrer-Policy
Missing
Not configured
Permissions-Policy
Present
browsing-topics=()
Recommendations
- • 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)
Performance Headers
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
public, max-age=150, must-revalidate, immutable
cache-control: public, max-age=150, must-revalidate, immutable
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
server: nginx/1.26.1 x-powered-by: Next.js
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Alt-Svc
h3=":443"; ma=2592000
Date
Wed, 29 Apr 2026 11:37:08 GMT
Link
URL
/_next/static/media/330873b68d2be3b0-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/c12d87a8caf45179-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/e4af272ccee01ff0-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/e4e266444aa20670-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/330873b68d2be3b0-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/c12d87a8caf45179-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/e4af272ccee01ff0-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/e4e266444aa20670-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
URL
/_next/static/media/e807dee2426166ad-s.p.woff2
rel=preload
as=font
crossorigin
type=font/woff2
Via
1.1 google
X-Cache-Status
STALE
X-Host
www.jpost.com
X-No-Cache
0
alt-svc: h3=":443"; ma=2592000 date: Wed, 29 Apr 2026 11:37:08 GMT link: </_next/static/media/330873b68d2be3b0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/c12d87a8caf45179-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/e4af272ccee01ff0-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/e4e266444aa20670-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2", </_next/static/media/e807dee2426166ad-s.p.woff2>; rel=preload; as="font"; crossorigin=""; type="font/woff2" via: 1.1 google x-cache-status: STALE x-host: www.jpost.com x-no-cache: 0
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology