Security Report Summary
B
Site: https://research.csiro.au/spark/forums/users/dominoqq757/
IP Address: 2405:b000:e00::49
Report Time: 27 Apr 2024 03:40:50 UTC
Headers:
  • X-Frame-Options
  • X-Content-Type-Options
  • Referrer-Policy
  • Content-Security-Policy
  • Permissions-Policy
  • Strict-Transport-Security
Warning: Grade capped at A, please see warnings below.
Advanced:
Solid grade,let’s 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
Strict-Transport-SecurityThere was a duplicate Strict-Transport-Security header.
Status code indicates errorThe status code of the response indicates an error. Not all headers may be set when the response is an error.
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/2404
varyaccept,content-type
expiresWed, 11 Jan 1984 05:00:00 GMT
cache-controlno-cache, must-revalidate, max-age=0
link<https://research.csiro.au/spark/wp-json/>; rel="https://api.w.org/"
x-frame-optionsSAMEORIGIN
strict-transport-securitymax-age=600
x-content-type-optionsnosniff
x-xss-protection1; mode=block
referrer-policystrict-origin-when-cross-origin
x-permitted-cross-domainmaster-only
strict-transport-securitymax-age=15768000; includeSubdomains;
content-security-policydefault-src 'self' *.csiro.au; base-uri 'self' *.csiro.au; connect-src 'self' *.csiro.au yoast.com *.google-analytics.com docs.google.com z6gn9tuda9.execute-api.ap-southeast-2.amazonaws.com senaps.io dev.senaps.io senaps.eratos.com https://hotspots.dea.ga.gov.au https://geoservice.maris2.nl http://geoservice.maris2.nl https://geoservice.maris.nl https://www.eyeonwater.org https://vimeo.com; script-src 'unsafe-eval' 'unsafe-inline' 'self' data: *.csiro.au *.senaps.io senaps.io *.googletagmanager.com *.jsdelivr.net oss.maxcdn.com *.assets-yammer.com https://code.highcharts.com *.wp.com *.w.org secure.gravatar.com cdn.bokeh.org www.amcharts.com *.google-analytics.com *.cloudfront.net platform.twitter.com *.altmetric.com sw.js apis.google.com *.googleapis.com *.tableau.com cdnjs.cloudflare.com https://www.google.com cdn.polyfill.io https://code.jquery.com docs.google.com unpkg.com cdn.syndication.twimg.com www.gstatic.com https://connect.facebook.net https://player.vimeo.com api.instagram.com cdn.pydata.org https://www.eyeonwater.org geoservice.maris.nl; style-src 'unsafe-inline' 'self' data: *.csiro.au *.wp.com *.w.org fonts.googleapis.com secure.gravatar.com *.cloudfront.net unpkg.com *.unpkg.com *.mapbox.com cdn.pydata.org platform.twitter.com *.twimg.com www.gstatic.com maxcdn.bootstrapcdn.com; img-src 'self' blob: data: *.csiro.au http://www.cmar.csiro.au *.altmetric.com *.pexels.com *.wordpress.com *.w.org *.gstatic.com https://hotspots.dea.ga.gov.au https://eyeonwater.nl http://eyeonwater.nl https://ows.services.dea.ga.gov.au s-ssl.wordpress.com ssl.wordpress.com *.vimeocdn.com *.google-analytics.com *.openstreetmap.org https://eyeonwater.org *.mapbox.com *.wp.com secure.gravatar.com *.cloudfront.net *.twitter.com *.twimg.com assets.pippa.io www.gstatic.com https://www.facebook.com *.cdninstagram.com *.instagram.com instagram.com; font-src 'self' data: *.csiro.au wordpress.com *.wp.com fonts.googleapis.com fonts.gstatic.com maxcdn.bootstrapcdn.com; media-src 'self' *.csiro.au https://vimeo.com *.youtube.com *.acast.com; child-src 'self' blob: *.csiro.au csiro.webex.com widgets.wp.com https://subscribe.wordpress.com/ *.assets-yammer.com *.yammer.com datawrapper.dwcdn.net *.amcharts.com view.officeapps.live.com onedrive.live.com *.microsoftonline.com *.google.com thingspeak.com *.tableau.com *.twitter.com *.youtube.com *.vimeo.com https://imt-05-mel.it.csiro.au:8033 jetpack.wordpress.com *.mapbox.com kaleidoscope.terria.io *.herokuapp.com https://staticxx.facebook.com https://www.facebook.com https://blog.csiro.au *.landcareresearch.co.nz https://app.powerbi.com *.arcgis.com *.shinyapps.io *.healthdata.org; frame-ancestors 'self' blob: *.csiro.au https://csiro.webex.com; form-action 'self' *.csiro.au https://*.google.com https://syndication.twitter.com https://platform.twitter.com; object-src 'self' blob: ;
content-typetext/html; charset=UTF-8
dateSat, 27 Apr 2024 03:40:50 GMT
serverCSIRO
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
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.
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-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.
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.
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-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.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".