Open
Cached
·
just now
10
Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Missing
Not configured
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Good
strict-origin-when-cross-origin
Permissions-Policy
Missing
Not configured
Recommendations
- • Add Strict-Transport-Security header with max-age of at least 1 year
- • 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
- • Consider adding Permissions-Policy to control browser features
Performance Headers
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
public, max-age=600
cache-control: public, max-age=600
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
Server Headers
Server
git-pages (git-pages), pages-server
server: git-pages (git-pages), pages-server
CORS Headers
No CORS headers found
Cookies Headers
Other Headers
Allow
GET, HEAD, OPTIONS
Alt-Svc
h3=":443"; ma=2592000,h3=":443"; ma=2592000
Date
Mon, 27 Apr 2026 02:44:07 GMT
Via
1.1 Caddy
allow: GET, HEAD, OPTIONS alt-svc: h3=":443"; ma=2592000,h3=":443"; ma=2592000 date: Mon, 27 Apr 2026 02:44:07 GMT via: 1.1 Caddy
Recommendations
Enable compression (gzip/brotli) to improve performance