Security Report Summary
B
Site: https://viorne-dev.azurewebsites.net/
IP Address: 20.119.8.28
Report Time: 06 May 2024 22:10:34 UTC
Headers:
  • Strict-Transport-Security
  • Referrer-Policy
  • 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.
Warnings
Status code indicates errorThe status code of the response indicates an error. Not all headers may be set when the response is an error.
Raw Headers
HTTP/1.1401 Unauthorized
Content-Typetext/html; charset=utf-8
DateMon, 06 May 2024 22:10:33 GMT
Cache-Controlno-store, must-revalidate, no-cache
Content-Encodinggzip
ETagW/"3b26-5AoK/QJN/4dZr+K5Lb55q/LcUkw"
Transfer-Encodingchunked
VaryAccept-Encoding
Strict-Transport-Securitymax-age=15552000; includeSubDomains
request-contextappId=cid-v1:
Cross-Origin-Opener-Policysame-origin
Cross-Origin-Resource-Policysame-origin
Origin-Agent-Cluster?1
Referrer-Policyno-referrer
X-Content-Type-Optionsnosniff
X-DNS-Prefetch-Controloff
X-Download-Optionsnoopen
X-Frame-OptionsSAMEORIGIN
X-Permitted-Cross-Domain-Policiesnone
X-XSS-Protection0
Content-Security-Policy-Report-Onlyreport-uri /csp-report;base-uri 'self';default-src 'self';child-src blob:;connect-src 'self' https://flex-api.sharetribe.com undefined *.st-api.com maps.googleapis.com *.tiles.mapbox.com api.mapbox.com events.mapbox.com www.googletagmanager.com *.google-analytics.com *.analytics.google.com stats.g.doubleclick.net plausible.io *.plausible.io fonts.googleapis.com sentry.io *.sentry.io *.stripe.com;font-src 'self' data: assets-sharetribecom.sharetribe.com fonts.gstatic.com;form-action 'self';frame-src 'self' *.stripe.com *.youtube-nocookie.com;img-src 'self' data: blob: *.localhost:8000 *.imgix.net sharetribe.imgix.net picsum.photos *.picsum.photos api.mapbox.com maps.googleapis.com *.gstatic.com *.googleapis.com *.ggpht.com *.giphy.com www.googletagmanager.com www.google.com www.google-analytics.com stats.g.doubleclick.net *.ytimg.com *.stripe.com;script-src 'self' 'unsafe-inline' 'unsafe-eval' data: maps.googleapis.com api.mapbox.com www.googletagmanager.com *.google-analytics.com js.stripe.com plausible.io;style-src 'self' 'unsafe-inline' fonts.googleapis.com api.mapbox.com
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.
Additional Information
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.
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.
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-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.
Content-Security-Policy-Report-OnlyContent Security Policy Report Only is used to test a Content Security Policy before making it live. The browser will report on actions that would have been taken based on the policy. Analyse this policy in more detail. You can sign up for a free account on Report URI to collect reports about problems on your site.