Security Report Summary
B
Site: https://faqbot-test-portal.azurewebsites.net/
IP Address: 52.187.229.23
Report Time: 25 Apr 2024 13:28:16 UTC
Headers:
  • Strict-Transport-Security
  • X-Frame-Options
  • X-Content-Type-Options
  • Referrer-Policy
  • 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
content-typetext/html
dateThu, 25 Apr 2024 13:28:15 GMT
serverMicrosoft-IIS/10.0
accept-rangesbytes
cache-controlno-cache, no-store, must-revalidate
content-encodinggzip
etag"1da95ab3612de98"
expires-1
last-modifiedTue, 23 Apr 2024 18:22:34 GMT
pragmano-cache
varyAccept-Encoding
strict-transport-securitymax-age=2592000
request-contextappId=cid-v1:b081d83e-fcb4-446d-ab85-2c9a2ff94143
content-security-policy-report-onlydefault-src 'self';script-src 'self' 'unsafe-eval' 'sha256-lxxYcRzBjzlBIBUDuUk08aWs8BhD4K+bIho1hjG6UrQ=' 'sha256-IWTSlWOEaL3sddwBTiQMOn9uC4dsm/JVTf2TuU2LwHo=' 'sha256-+XsM4J3stixr0g4nMCoYc65TovnRlaR4KbHHUujFjP8=' 'sha256-OBHddCtyJHYfnuhBUw36Nwp+V/7Dw4owhN19bsGZHTc=' 'sha256-30D5fe0F4uEV1ZqLYR3oznk37J0AyEBF0xQ8ShfgzEU=' 'sha256-RqA/04pwjaKi/FSUVw5qgcKxARDZ5S2WbkXm0IiKSaM=' 'sha256-P3Iiq2mJZNVQM7Ev7pYJFFDilCl6eviOgBwkvRpxqW4=' 'sha256-liBemvCI4mOF5L5+1jkZ44TDTHw+ZOqhFfI2jn2UyBo=' https://www.clarity.ms/s/0.7.24/clarity.js https://www.clarity.ms/tag/jjvmgpabso cdn.tiny.cloud cdnjs.cloudflare.com cdn.jsdelivr.net www.googletagmanager.com stackpath.bootstrapcdn.com fonts.googleapis.com uat-storage.faqbot.nz localhost:*;object-src uat-storage.faqbot.nz;style-src 'self' 'unsafe-inline' cdn.tiny.cloud www.googletagmanager.com stackpath.bootstrapcdn.com cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css fonts.googleapis.com uat-storage.faqbot.nz localhost:*;img-src 'self' * sp.tinymce.com www.google-analytics.com www.googletagmanager.com data: uat-storage.faqbot.nz;frame-src uat-storage.faqbot.nz www.youtube.com youtube.com;font-src 'self' data: fonts.gstatic.com at.alicdn.com;connect-src 'self' directline.botframework.com wss://directline.botframework.com www.google-analytics.com spelling.tiny.cloud dc.services.visualstudio.com stripe.com wss://faqbot-test-signalr.service.signalr.net https://m.clarity.ms/collect https://l.clarity.ms/collect https://faqbottest.b2clogin.com faqbot-test-signalr.service.signalr.net/ *.faqbot.nz;worker-src 'self' blob:
x-frame-optionsSAMEORIGIN
x-xss-protection1;mode=block
x-content-type-optionsnosniff
referrer-policyno-referrer
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
serverThis Server header seems to advertise the software being run on the server but you can remove or change this value.
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.
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.
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".
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.