Security Report Summary
C
Site: https://www.ace.aaa.com/
IP Address: 45.60.124.133
Report Time: 18 May 2025 06:21:51 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/2200
x-frame-optionsSAMEORIGIN
cache-controlmax-age=300,stale-while-revalidate=3600
last-modifiedSat, 17 May 2025 08:22:53 GMT
etag"2c5a-635509aee0465-gzip"
expiresSun, 18 May 2025 04:34:29 GMT
content-encodinggzip
x-vhostace-publish
content-typetext/html;charset=utf-8
x-content-type-optionsnosniff
accept-rangesbytes
age6742
dateSun, 18 May 2025 06:21:51 GMT
strict-transport-securitymax-age=31557600
set-cookieaffinity="ab84caf1af7519df"; Path=/; HttpOnly; secure
x-served-bycache-dub4353-DUB
x-cacheHIT
x-timerS1747549311.272481,VS0,VS0,VE2
varyAccept-Encoding
set-cookievisid_incap_2444368=DdBcBUGZS+yxutVjuPC96n58KWgAAAAAQUIPAAAAAADS2X09k0MG/70tJOLiLK1L; expires=Sun, 17 May 2026 22:47:36 GMT; HttpOnly; path=/; Domain=.ace.aaa.com
set-cookienlbi_2444368=pIt7LjOk5lSiVmGrYXljLAAAAABzxJHN439HQn85Nfmy9laa; HttpOnly; path=/; Domain=.ace.aaa.com
set-cookieincap_ses_1379_2444368=d00FMzJO8hopJtrVcjEjE358KWgAAAAAzPdFnzBFn6dNTJ3aIHY6uw==; path=/; Domain=.ace.aaa.com
x-cdnImperva
x-iinfo13-61879518-61879523 NNNN CT(5 8 0) RT(1747549311245 9) q(0 0 0 0) r(0 0) U24
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-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.