Security Report Summary
A+
Site: https://www.schorelweb.nl/
IP Address: 2001:41d0:203:53c0:5f65:c0ca:c0c0:1
Report Time: 23 Apr 2024 15:41:10 UTC
Headers:
  • Permissions-Policy
  • Content-Security-Policy
  • Strict-Transport-Security
  • X-Frame-Options
  • X-Content-Type-Options
  • Referrer-Policy
Advanced:
Wow, amazing grade! Perform a deeper security analysis of your website and APIs:
Raw Headers
HTTP/2200
dateTue, 23 Apr 2024 15:41:10 GMT
content-typetext/html; charset=UTF-8
content-length6586
permissions-policyfullscreen=(self), geolocation=(), camera=(), microphone=(), gyroscope=(), payment=()
access-control-allow-credentialstrue
expires-1
content-security-policydefault-src 'none'; font-src 'self' https://www.schorelweb.nl https://cache.schorelweb.nl https://webcache.googleusercontent.com 'nonce-DPj8DBoTkEObSiisUt28BqKxogGM0Q7z'; script-src 'self' https://www.schorelweb.nl https://cache.schorelweb.nl https://webcache.googleusercontent.com 'nonce-FiMgNdFeF3t2Goyktz8rPbcJwcnjum2V'; style-src 'self' https://www.schorelweb.nl https://cache.schorelweb.nl https://webcache.googleusercontent.com 'nonce-xZXX35t829IwhW3kUuBSLWf95OAXiqek'; img-src 'self' data: https://www.schorelweb.nl https://cache.schorelweb.nl https://webcache.googleusercontent.com https://www.w3.org 'nonce-lcFQQUZ28fipYnWYOs1ZYmIXRyRdKLHD'; connect-src 'self' https://www.schorelweb.nl https://cache.schorelweb.nl https://webcache.googleusercontent.com 'nonce-76IO0acd0RuHGaUFO6iazYIP8eLN1jIf'; object-src 'none'; worker-src 'self' https://www.schorelweb.nl https://cache.schorelweb.nl https://webcache.googleusercontent.com 'nonce-yGVA1lH8vnNmEZKQR8818xf1ETXuj16K'; frame-ancestors 'self'; form-action 'self'; upgrade-insecure-requests; base-uri 'self'; report-uri /csp-violation-report-endpoint/;
cross-origin-opener-policysame-origin;report-to='default'
cross-origin-resource-policycross-origin
cross-origin-embedder-policyunsafe-none; report-to='default'
last-modifiedMon, 22 Apr 2024 22:00:00 GMT
varyAccept-Encoding,User-Agent
content-encodinggzip
serverSchorel5VR
x-powered-bySchorelWeb/8.6.21-20231231
x-version9.6.21-20231231
strict-transport-securitymax-age=63072000; includeSubDomains; preload
x-frame-optionsSAMEORIGIN
access-control-allow-origin*
x-content-type-optionsnosniff
x-xss-protection1; mode=block
referrer-policysame-origin
Additional Information
permissions-policyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
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.
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.
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.
serverServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
x-powered-byX-Powered-By can usually be seen with values like "PHP/5.5.9-1ubuntu4.5" or "ASP.NET". Trying to minimise the amount of information you give out about your server is a good idea. This header seems to have been altered to remove such information, but could still be removed.
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-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.
access-control-allow-originThis is a very lax CORS policy. Such a policy should only be used on a public CDN.
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.