Security Report Summary
A
Site: https://www.taihopatientsupport.com/
IP Address: 2600:9000:234c:e800:1c:55e3:d1c0:93a1
Report Time: 02 May 2024 03:09:41 UTC
Headers:
  • Content-Security-Policy
  • Referrer-Policy
  • Strict-Transport-Security
  • X-Content-Type-Options
  • X-Frame-Options
  • Permissions-Policy
Warning: Grade capped at A, please see warnings below.
Advanced:
Great grade! Perform a deeper security analysis of your website and APIs:
Missing Headers
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Warnings
Content-Security-PolicyThis policy contains 'unsafe-inline' which is dangerous in the script-src directive. This policy contains 'unsafe-eval' which is dangerous in the script-src directive.
Raw Headers
HTTP/2200
content-typetext/html; charset=utf-8
cache-controlprivate
cache-controlno-cache="set-cookie"
content-security-policydefault-src https:; img-src * 'self' data: https:; style-src 'self' 'unsafe-inline' www.google.com tagmanager.google.com platform.twitter.com cdn.syndication.twimg.com fonts.googleapis.com hello.myfonts.net; script-src 'self' 'unsafe-inline' 'unsafe-eval' www.google.com cse.google.com cdn.syndication.twimg.com platform.twitter.com platform.instagram.com www.instagram.com cdn1.developermedia.com cdn2.developermedia.com apis.google.com www.googletagservices.com www.googletagmanager.com tagmanager.google.com www.google-analytics.com adservice.google.com securepubads.g.doubleclick.net ajax.aspnetcdn.com ssl.google-analytics.com az416426.vo.msecnd.net cdn.cookielaw.org;
dateThu, 02 May 2024 03:09:41 GMT
feature-policygeolocation 'none';midi 'none';notifications 'none';push 'none';sync-xhr 'none';microphone 'none';camera 'none';magnetometer 'none';gyroscope 'none';speaker 'self';vibrate 'none';fullscreen 'self';payment 'none';
referrer-policyno-referrer-when-downgrade
serverMicrosoft-IIS/10.0
set-cookieAWSELB=E5711DC1147944A6DEAB77E434C21B45158CADAD32223756F16DFF7F7E0EDB2892EC9BCBEC0781599FE359F65C4EBE4E31D1271FBF3B10D22A3F885D0E360FDE2277208FEA;PATH=/;MAX-AGE=3600
strict-transport-securitymax-age=31536000
x-aspnet-version4.0.30319
x-aspnetmvc-version5.2
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-xss-protection1; mode=block
content-encodinggzip
varyAccept-Encoding
x-cacheMiss from cloudfront
via1.1 fde752a2d4e95c2353cf5fc17ef7bf2a.cloudfront.net (CloudFront)
x-amz-cf-popSFO5-P1
x-amz-cf-idFYccGeZg1BfUeG9fl0IPyDatrIBtHBbvAF73-knUwbBsMVJvPPvrXw==
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
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. 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.
feature-policyFeature Policy has been renamed to Permissions Policy, see the details here.
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.
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.
x-aspnet-versionX-AspNet-Version details specific information about your ASP.NET version and should be removed.
x-aspnetmvc-versionX-AspNetMvc-Version details further information about your ASP.NET MVC version and should be removed.
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.