Security Report Summary
C
Site: https://storium.com/user/ezcrush
IP Address: 52.71.18.55
Report Time: 29 Mar 2024 12:12:39 UTC
Headers:
  • X-Frame-Options
  • X-Content-Type-Options
  • Strict-Transport-Security
  • Content-Security-Policy
  • Referrer-Policy
  • Permissions-Policy
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.
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.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Raw Headers
HTTP/1.1200 OK
DateFri, 29 Mar 2024 12:12:38 GMT
Content-Typetext/html; charset=utf-8
Transfer-Encodingchunked
Connectionkeep-alive
Set-Cookienginx_affinity=1711714359.861.312.763582|d551ec7a3d0ae8c2650ce45046fb6b29; Expires=Sun, 31-Mar-24 12:12:38 GMT; Max-Age=172800; Path=/; HttpOnly
X-Frame-OptionsSAMEORIGIN
X-XSS-Protection1; mode=block
X-Content-Type-Optionsnosniff
ETagW/"d35cc4dde6394447bd91c9092c312133"
Cache-Controlmax-age=0, private, must-revalidate
Set-Cookieci=f9e7d750c702a35de9ebfcac6921f97b; path=/; expires=Sun, 29 Mar 2026 12:12:38 -0000; secure
Set-CookieXSRF-TOKEN=MmwMyfWLUdz0dvMIFux1qqYFA8iho4otJx6HAKApadadLd47huQUwTq8cJmuIYViNI%2FqPqDNT3bMSbFonZsznA%3D%3D; path=/; secure
Set-Cookies=VEJ6MzVBME9naS83ME5ISDROSVNBMCtCU1lBSGx0RWtYRmh1NVVZUXh5UFVELzZVQzIzcWwzMUJkaUE4QVFXVWYxbUVEZ2RTdklZbkpnMi8xbTgvM0d3dStZMU5TR05PUzc1UVE2YVdNdTJJMkVPRFEzb29RQkxFbDQxTGZrZUhIM0VOeEwwdjJzSm1mcWtKTkVmaGFIRE1Rd1JYc0JZNC9kRk9uQ0Vic203bUNGQTVqNnkyT25OT3B1bGtyM3BzTkFLSHN2SE82QmFmZkY5OWpic3BiZz09LS1MTTN3NVU4aGtKT2MxZmo5Y1JOZGhnPT0%3D--0302fbed4178b9ee123343e5ca50848c5cbfaf4b; path=/; secure; HttpOnly
X-Request-Id3af9988e72f744239c4cf3bb031d8184
X-Runtime0.080201
Strict-Transport-Securitymax-age=15552000; includeSubDomains
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
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-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.
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".
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.