Open
Cached
·
just now
10
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Present
max-age=63072000
X-Frame-Options
Good
SAMEORIGIN
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
- • Add Content-Security-Policy header to prevent XSS attacks
- • 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
Connection
close
Transfer-Encoding
chunked
connection: close transfer-encoding: chunked
Caching Headers
Cache-Control
max-age=0, private, must-revalidate, no-transform
cache-control: max-age=0, private, must-revalidate, no-transform
Content Headers
Content-Type
text/html; charset=utf-8
content-type: text/html; charset=utf-8
CORS Headers
No CORS headers found
Cookies Headers
Set-Cookie
i_like_gitea
42fe4fa98a7f350b
Path=/
SameSite=Lax
Secure
HttpOnly
set-cookie: i_like_gitea=42fe4fa98a7f350b; Path=/; HttpOnly; Secure; SameSite=Lax
Other Headers
Date
Wed, 19 Aug 2026 20:02:30 GMT
X-Robots-Tag
noindex, nofollow
date: Wed, 19 Aug 2026 20:02:30 GMT x-robots-tag: noindex, nofollow
Recommendations
Enable compression (gzip/brotli) to improve performance