Security Report Summary
B
Site: https://www.theoutbound.com/users/totositeweb-top-3
IP Address: 199.232.26.132
Report Time: 22 Aug 2025 19:34:08 UTC
Headers:
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • Content-Security-Policy
  • Permissions-Policy
Advanced:
Solid grade,let’s 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.
Raw Headers
HTTP/2200
access-control-allow-credentialstrue
access-control-request-method*
cache-controlprivate
content-typetext/html; charset=utf-8
etagW/"f43224b1f43a342e15bb8e5c293d031a"
nel{"report_to":"heroku-nel","response_headers":["Via"],"max_age":3600,"success_fraction":0.01,"failure_fraction":0.1}
referrer-policystrict-origin-when-cross-origin
report-to{"group":"heroku-nel","endpoints":[{"url":"https://nel.heroku.com/reports?s=1Jog8Mi1b1YzMdL9kDDJdN%2FxjMZbFw%2Fc5livIwicDrU%3D\u0026sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6\u0026ts=1755891248"}],"max_age":3600}
reporting-endpointsheroku-nel="https://nel.heroku.com/reports?s=1Jog8Mi1b1YzMdL9kDDJdN%2FxjMZbFw%2Fc5livIwicDrU%3D&sid=929419e7-33ea-4e2f-85f0-7d8b7cd5cbd6&ts=1755891248"
serverHeroku
strict-transport-securitymax-age=63072000
via1.1 heroku-router, 1.1 varnish
x-content-type-optionsnosniff
x-download-optionsnoopen
x-frame-optionsSAMEORIGIN
x-permitted-cross-domain-policiesnone
x-request-idb06b57cc-d9d1-71fa-f392-e4e2a34e632a
x-runtime0.061898
x-xss-protection1; mode=block
access-control-allow-origin*
accept-rangesnone
dateFri, 22 Aug 2025 19:34:08 GMT
x-served-bycache-dub4331-DUB
x-cacheMISS
x-cache-hits0
x-timerS1755891248.773131,VS0,VE417
varyAccept, Origin, Accept-Encoding
x-latitude53.360
x-longitude-6.240
x-country-codeIE
content-encodinggzip
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
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.
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.
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.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
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-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.
access-control-allow-originThis is a very lax CORS policy. Such a policy should only be used on a public CDN.