Security Report Summary
B
Site: http://www.bilbao.eus/cs/satellite?c=page&cid=3000005415&pagename=bilbaonet/page/bio_home - (Scan again over https)
IP Address: 194.30.81.20
Report Time: 04 May 2024 02:43:49 UTC
Headers:
  • Referrer-Policy
  • Permissions-Policy
  • Content-Security-Policy
  • X-Frame-Options
  • X-Content-Type-Options
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
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".
Warnings
Site is using HTTPThis site was served over HTTP and did not redirect to HTTPS.
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/1.1404 Not Found
DateSat, 04 May 2024 02:43:49 GMT
ServerBilbao WebServer
Referrer-Policystrict-origin-when-cross-origin
Feature-Policyaccelerometer 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; payment 'none'; usb 'none'
Permissions-Policyaccelerometer=(), geolocation=(), gyroscope=(), magnetometer=(), payment=(), usb=()
Set-CookieJSESSIONID=641E1A501CF07D5E416EA891454485FF.worker2; Path=/cs; HttpOnly
Content-Length4337
Cache-Controlno-cache, must-revalidate
Expect-CTmax-age=0
Content-Security-Policydefault-src 'self'; script-src * 'unsafe-eval' 'unsafe-inline'; object-src *; style-src * 'unsafe-inline'; img-src * data:;frame-src *;font-src * data:;connect-src * blob:;media-src * blob:;worker-src * blob:;
X-Content-Security-Policydefault-src 'self'; script-src * 'unsafe-eval' 'unsafe-inline'; style-src * 'unsafe-inline'; img-src * data:;frame-src *;font-src * data:;connect-src * blob:;media-src * blob:;worker-src * blob:;
X-XSS-Protection1; mode=block
X-Frame-OptionsSAMEORIGIN
Content-Typetext/html;charset=utf-8
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
ServerServer value has been changed. Typically you will see values like "Microsoft-IIS/8.0" or "nginx 1.7.2".
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.
Feature-PolicyFeature Policy has been renamed to Permissions Policy, see the details here.
Permissions-PolicyPermissions Policy is a new header that allows a site to control which features and APIs can be used in the browser.
Set-CookieThis is not a SameSite Cookie.
Expect-CTExpect-CT will soon be deprecated and can be removed.
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.
X-Content-Security-PolicyX Content Security Policy is required for CSP support in IE 10 and IE 11. For other modern browsers the Content-Security-Policy header should be used.
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-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.