Security Report Summary
C
Site: https://nhvvth2wbe.soda69life.lol/
IP Address: 172.67.184.87
Report Time: 22 Aug 2025 19:15:41 UTC
Headers:
  • Strict-Transport-Security
  • X-Content-Type-Options
  • Referrer-Policy
  • Content-Security-Policy
  • Permissions-Policy
  • X-Frame-Options
Advanced:
Not bad… Maybe you should perform a deeper security analysis of your website and APIs:
Missing Headers
Content-Security-PolicyContent Security Policy is an effective measure to protect your site from XSS attacks. By whitelisting sources of approved content, you can prevent the browser from loading malicious assets.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Warnings
X-Frame-OptionsThere was a duplicate X-Frame-Options header.
Raw Headers
HTTP/2200
dateFri, 22 Aug 2025 19:15:41 GMT
content-typetext/html; charset=UTF-8
servercloudflare
access-control-allow-origin*
strict-transport-securitymax-age=31536000; includeSubDomains; preload
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN, SAMEORIGIN
x-frame-optionsSAMEORIGIN
referrer-policystrict-origin-when-cross-origin
cache-controlno-store, no-cache, must-revalidate, max-age=0
varyAccept-Encoding
x-xss-protection1; mode=block
cf-cache-statusDYNAMIC
report-to{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BunaMTIsWuKvzFqHISOgPUe9gzl24d10QOEO3Uf7QEVPGvXY6MAOiJGgCsx17a%2FHgsg0mOyoniZVxCeiLaqTmyCFTP7QFUfyN93LPqJE715uQzKQKPXwZhQ%2F40DV2A%3D%3D"}],"group":"cf-nel","max_age":604800}
nel{"success_fraction":0,"report_to":"cf-nel","max_age":604800}
alt-svch3=":443"; ma=86400
server-timingcfL4;desc="?proto=TCP&rtt=807&min_rtt=785&rtt_var=310&sent=3&recv=6&lost=0&retrans=0&sent_bytes=219&recv_bytes=1891&delivery_rate=1844585&cwnd=242&unsent_bytes=0&cid=dd4ec5e05be8cb1a&ts=99&x=0"
content-encodinggzip
set-cookieXSRF-TOKEN=eyJpdiI6IlkwQjd3c3h5ZUpXaXN2OFhCbnpWcVE9PSIsInZhbHVlIjoicVVQemNpV3ZNa1MxYlUwc0lFYUM2LzgzemROZStoMndSdkNYaTVlQ1I1S0N0ZW03RU9aNFZyZ21pWHBiSHM4K3ZiS2VYQmMrL2VKTTJYeEJnd3FCK1JLRGU2dlF6VGRqdW4wNkNCdlRnZDR1UXBoT2drOVFxQTVNeFczRVFTL24iLCJtYWMiOiIzNmM4NWI2ZGJiMGUzNDBlZTZjNTUyMTNmNmVhZjkzZjM4YWMzYWM1MmJlNDE3OGJiMGI4MDlmNTcwNzg5ZjNiIiwidGFnIjoiIn0%3D; HttpOnly; SameSite=None; Secure; Path=/; Max-Age=28800; Expires=Sat, 23 Aug 2025 03:15:41 GMT
set-cookieonixgaming=eyJpdiI6Ink3K0VrazBQeUhrbjZIcFA3SVBHcmc9PSIsInZhbHVlIjoiMlY1SVB3NktrNnJLQXdMYnZ6Mms0eGE0MGNvQStMalZnbjdsOFRydXF3QWNRTG1lNHQrdVNEQWJRSGJ0OXp3SWpwZ2pXblV4S3pxTnByS3puc2hzQ2hFa1lmd09Wb0wwT0Q0MGdVUWRRNHF6WTdHUVYvc2x0RTliSnlyUWFtYW4iLCJtYWMiOiIyMzY2OTdjYzljN2I0ODYwZmU4MTQ4OWFkNTIxM2MxN2MyNTFlZjEwMTBiMDQwMzA5ZGMxODE4MDYwMjkyYmFlIiwidGFnIjoiIn0%3D; HttpOnly; SameSite=None; Secure; Path=/; Max-Age=28800; Expires=Sat, 23 Aug 2025 03:15:41 GMT
set-cookieROUTEID=.1; HttpOnly; Secure; Path=/
set-cookie__cf_bm=VLz07.bpfNJR7RwaOwWFel3zR0hAqFgtSktZAnmj8tU-1755890141-1.0.1.1-Z.rKoYj24yNu93JiEOrWFfhT9SLIpPMMB.38ODH1hxuvlYpLAiAUzx1pBUJMFI.aFBQyvXfxrIADj_WdRrOdNy1tJjf6qZppeYWk5qbDJkY; HttpOnly; SameSite=None; Secure; Path=/; Domain=nhvvth2wbe.soda69life.lol; Expires=Fri, 22 Aug 2025 19:45:41 GMT
cf-ray9734b3461bd746fa-DUB
Upcoming Headers
Cross-Origin-Embedder-PolicyCross-Origin Embedder Policy allows a site to prevent assets being loaded that do not grant permission to load them via CORS or CORP.
Cross-Origin-Opener-PolicyCross-Origin Opener Policy allows a site to opt-in to Cross-Origin Isolation in the browser.
Cross-Origin-Resource-PolicyCross-Origin Resource Policy allows a resource owner to specify who can load the resource.
Additional Information
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
access-control-allow-originThis is a very lax CORS policy. Such a policy should only be used on a public CDN.
strict-transport-securityHTTP Strict Transport Security is an excellent feature to support on your site and strengthens your implementation of TLS by getting the User Agent to enforce the use of HTTPS.
x-content-type-optionsX-Content-Type-Options stops a browser from trying to MIME-sniff the content type and forces it to stick with the declared content-type. The only valid value for this header is "X-Content-Type-Options: nosniff".
x-frame-optionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.
x-frame-optionsX-Frame-Options tells the browser whether you want to allow your site to be framed or not. By preventing a browser from framing your site you can defend against attacks like clickjacking.
referrer-policyReferrer Policy is a new header that allows a site to control how much information the browser includes with navigations away from a document and should be set by all sites.
x-xss-protectionX-XSS-Protection sets the configuration for the XSS Auditor built into older browsers. The recommended value was "X-XSS-Protection: 1; mode=block" but you should now look at Content Security Policy instead.
report-toReport-To enables the Reporting API. This allows a website to collect reports from the browser about various errors that may occur. You can sign up for a free account on Report URI to collect these reports.
nelNetwork Error Logging is a new header that instructs the browser to send reports during various network or application errors. You can sign up for a free account on Report URI to collect these reports.