Security Report Summary
B
Site: https://givingtools.com/
IP Address: 159.203.149.123
Report Time: 20 Apr 2024 13:53:19 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.
Raw Headers
HTTP/2200
servernginx/1.17.10
dateSat, 20 Apr 2024 13:53:19 GMT
content-typetext/html
varyAccept-Encoding
last-modifiedSun, 07 Apr 2024 21:43:24 GMT
etagW/"6613137c-1ee14"
strict-transport-securitymax-age=31536000; includeSubDomains; preload
cache-controlpublic, max-age=0, must-revalidate
access-control-allow-origin*
referrer-policystrict-origin-when-cross-origin
x-xss-protection1
x-content-type-optionsnosniff
expect-ctenforce, max-age=0, report-uri=https://givingtools.report-uri.com/r/d/ct/enforce
x-frame-optionsallowall
content-security-policy-report-onlydefault-src 'none' ;script-src 'self' 'unsafe-inline' 'unsafe-eval' data: https://www.gstatic.com https://www.google.com https://rec.smartlook.com https://rec2.smartlook.com https://connect.facebook.net https://www.google-analytics.com https://browser-update.org https://code.jquery.com https://a.quora.com https://www.googletagmanager.com https://www.googleadservices.com https://googleads.g.doubleclick.net https://js.stripe.com ;style-src 'self' 'unsafe-inline' https://fonts.googleapis.com ;img-src 'self' data: https://www.givingtools.com * https://objects.givingtools.com https://www.google.com https://stats.g.doubleclick.net https://www.facebook.com https://www.google-analytics.com ;font-src 'self' https://fonts.gstatic.com ;connect-src https://api.givingtools.com https://givingtools.com https://blog.givingtools.com https://api.pwnedpasswords.com https://api.ipstack.com https://writer-us.smartlook.com https://s2.smartlook.com https://manager.smartlook.com https://cdn.jsdelivr.net https://www.google-analytics.com https://stats.g.doubleclick.net https://ct.capterra.com ;media-src 'self' ;object-src 'self' ;frame-src https://www.youtube.com https://player.vimeo.com https://www.google.com https://js.stripe.com https://libs.na.bambora.com https://connect.facebook.net https://bid.g.doubleclick.net ;worker-src blob: ;child-src https://www.youtube.com https://player.vimeo.com https://www.google.com https://js.stripe.com https://connect.facebook.net https://bid.g.doubleclick.net blob: ;base-uri https://givingtools.com ;frame-ancestors * ;form-action 'none' ;upgrade-insecure-requests; block-all-mixed-content; report-uri https://givingtools.report-uri.com/r/d/csp/reportOnly
feature-policyaccelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'
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
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.
access-control-allow-originThis is a very lax CORS policy. Such a policy should only be used on a public CDN.
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-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".
expect-ctExpect-CT will soon be deprecated and can be removed.
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.
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.
feature-policyFeature Policy has been renamed to Permissions Policy, see the details here.