Open
Cached
·
just now
15
Headers
Detected Technologies from Headers
HTTP Security Headers
Status
Strict-Transport-Security
Missing
Not configured
X-Frame-Options
Excellent
DENY
X-Content-Type-Options
Missing
Not configured
Referrer-Policy
Missing
Not configured
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-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
Vary
Accept-Encoding, Accept-Language
connection: close vary: Accept-Encoding, Accept-Language
Caching Headers
Cache-Control
max-age=0, no-cache, must-revalidate
Etag
W/"6691-ap+MnhuxLLbMhpIs/BCkX29Arjk"
cache-control: max-age=0, no-cache, must-revalidate etag: W/"6691-ap+MnhuxLLbMhpIs/BCkX29Arjk"
Content Headers
Content-Length
26257
Content-Type
text/html; charset=utf-8
content-length: 26257 content-type: text/html; charset=utf-8
Server Headers
server: nginx x-powered-by: PeerTube
CORS Headers
Access-Control-Allow-Origin
*
access-control-allow-origin: *
Cookies Headers
Other Headers
Date
Sat, 15 Aug 2026 03:07:24 GMT
Tk
N
X-Ratelimit-Limit
500
X-Ratelimit-Remaining
499
X-Ratelimit-Reset
1786763255
date: Sat, 15 Aug 2026 03:07:24 GMT tk: N x-ratelimit-limit: 500 x-ratelimit-remaining: 499 x-ratelimit-reset: 1786763255
Recommendations
Enable compression (gzip/brotli) to improve performance
Consider removing X-Powered-By header to hide server technology