Results for climate-adapt.eea.europa.eu

2024-04-27 05:31:22 Etc/UTC

HTTPS by default

climate-adapt.eea.europa.eu uses HTTPS by default.

Chromium reports the following:

State Title Summary Description
Certificate valid and trusted The connection to this site is using a valid, trusted server certificate issued by GoGetSSL RSA DV CA.
Connection secure connection settings The connection to this site is encrypted and authenticated using TLS 1.2, ECDHE_RSA with X25519, and AES_128_GCM.
Resources all served securely All resources on this page are served securely.

More information about the site's TLS/SSL configuration:

HTTP Strict Transport Security (HSTS)

HSTS policy for https://climate-adapt.eea.europa.eu:
max-age=15780000;

Pass Test
max-age set to at least 6 months
includeSubDomains — policy also applies to subdomains
preload — requests inclusion in preload lists [only relevant for base domain]

HSTS not set on base domain https://europa.eu.

Content Security Policy

Content Security Policy set in HTTP header: default-src 'self' blob: data: https://*.eea.europa.eu https://*.eionet.europa.eu; connect-src 'self' https://*.arcgis.com https://services.arcgisonline.com https://*.openstreetmap.org https://cds.climate.copernicus.eu http://copernicus-climate.eu https://*.eea.europa.eu https://*.eionet.europa.eu http://*.eea.europa.eu; font-src 'self' https://js.arcgis.com data: https://maxcdn.bootstrapcdn.com https://netdna.bootstrapcdn.com https://cds.climate.copernicus.eu https://cdnjs.cloudflare.com/ https://fonts.gstatic.com/ https://*.eea.europa.eu https://*.eionet.europa.eu; frame-src 'self' https://charts.ecmwf.int https://apps.ecmwf.int https://ec.europa.eu/ https://geoportal.ecdc.europa.eu https://flo.uri.sh https://*.eea.europa.eu https://*.eionet.europa.eu https://eea.maps.arcgis.com http://*.eea.europa.eu; img-src http: https: blob: data: https://js.arcgis.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data: https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://matomo.eea.europa.eu https://cds.climate.copernicus.eu/ https://openlayers.org/ https://www.google.com/jsapi https://d3js.org/ https://blueimp.github.io/ https://js.arcgis.com/ https://public.flourish.studio/ https://www.google.com/uds/ https://www.gstatic.com/ https://spreadsheets.google.com/ https://docs.google.com/ https://*.eea.europa.eu https://*.eionet.europa.eu http://*.eea.europa.eu https://cdnjs.cloudflare.com https://code.jquery.com; frame-ancestors 'self' https://geoportal.ecdc.europa.eu https://*.eea.europa.eu https://*.europa.eu; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://js.arcgis.com https://openlayers.org/ https://blueimp.github.io/ https://cds.climate.copernicus.eu/ https://www.google.com/uds/ https://ajax.googleapis.com/ https://www.gstatic.com/ https://*.eionet.europa.eu https://*.eea.europa.eu https://cdnjs.cloudflare.com https://charts.ecmwf.int https://code.jquery.com; report-uri https://sentry.eea.europa.eu/api/25/security/?sentry_key=36e966c526304fb38680f19ac1927bb5

Content Security Policy (CSP) implemented unsafely. This includes 'unsafe-inline' or data: inside script-src, overly broad sources such as https: inside object-src or script-src, or not restricting the sources for object-src or script-src.

Pass Test Info
Clickjacking protection, using frame-ancestors

The use of CSP's frame-ancestors directive offers fine-grained control over who can frame your site.

Show
Deny by default, using default-src 'none'

Denying by default using default-src 'none' can ensure that your Content Security Policy doesn't allow the loading of resources you didn't intend to allow.

Show
Restricts use of the <base> tag by using base-uri 'none', base-uri 'self', or specific origins

The base tag can be used to trick your site into loading scripts from untrusted origins.

Show
Restricts where <form> contents may be submitted by using form-action 'none', form-action 'self', or specific URIs

Malicious JavaScript or content injection could modify where sensitive form data is submitted to or create additional forms for data exfiltration.

Show
Blocks loading of active content over HTTP or FTP

Loading JavaScript or plugins can allow a man-in-the-middle to execute arbitrary code on your website. Restricting your policy and changing links to HTTPS can help prevent this.

Show
Blocks loading of passive content over HTTP or FTP

This site's Content Security Policy allows the loading of passive content such as images or videos over insecure protocols such as HTTP or FTP. Consider changing them to load them over HTTPS.

Show
Uses CSP3's 'strict-dynamic' directive to allow dynamic script loading (optional)

'strict-dynamic' lets you use a JavaScript shim loader to load all your site's JavaScript dynamically, without having to track script-src origins.

Show
Blocks execution of JavaScript's eval() function by not allowing 'unsafe-eval' inside script-src

Blocking the use of JavaScript's eval() function can help prevent the execution of untrusted code.

Show
Blocks execution of inline JavaScript by not allowing 'unsafe-inline' inside script-src

Blocking the execution of inline JavaScript provides CSP's strongest protection against cross-site scripting attacks. Moving JavaScript to external files can also help make your site more maintainable.

Show
Blocks inline styles by not allowing 'unsafe-inline' inside style-src

Blocking inline styles can help prevent attackers from modifying the contents or appearance of your page. Moving styles to external stylesheets can also help make your site more maintainable.

Show
Blocks execution of plug-ins, using object-src restrictions

Blocking the execution of plug-ins via object-src 'none' or as inherited from default-src can prevent attackers from loading Flash or Java in the context of your page.

Show

The Content Security Policy tests are based on the ones from the Mozilla HTTP Observatory scanner/grader project (Mozilla Public License 2.0) by April King, reimplemented by us for Webbkoll. The explanatory texts are from the Observatory by Mozilla website, CC-BY-SA 3.0. Any mistake or inaccuracy in the results is our fault.

Reporting (CSP, Certificate Transparency, Network Error Logging)

Reports are not sent to a third-party.

Referrer Policy

Referrer Policy set to strict-origin-when-cross-origin in Referrer-Policy HTTP header.

Subresource Integrity (SRI)

Subresource Integrity (SRI) not implemented, but all resources are loaded from a similar origin.

The Subresource Integrity test is based on the one from the Mozilla HTTP Observatory scanner/grader project (Mozilla Public License 2.0) by April King, reimplemented by us for Webbkoll.

HTTP headers

Pass Header Value Result
X-Content-Type-Options nosniff X-Content-Type-Options header set to "nosniff"
X-Frame-Options X-Frame-Options (XFO) header not implemented
X-XSS-Protection 1 X-XSS-Protection header set to "1"

The header tests are based on the ones from the Mozilla HTTP Observatory scanner/grader project (Mozilla Public License 2.0) by April King, reimplemented by us for Webbkoll. The explanatory texts are from the Observatory by Mozilla website, CC-BY-SA 3.0.

Cookies

First-party cookies (2)

Domain Name Value Expires on HttpOnly Secure SameSite
climate-adapt.eea.europa.eu _pk_id.13.008c 6c1c4fab8fbe7fc8.171... 2025-05-25 05:31:11Z (Lax)
climate-adapt.eea.europa.eu _pk_ses.13.008c 1 2024-04-27 06:01:10Z (Lax)

HttpOnly means that the cookie can only be read by the server, and not by JavaScript on the client. This can mitigate XSS (cross-site scripting) attacks.

Secure means that the cookie will only be sent over a secure channel (HTTPS). This can mitigate MITM (man-in-the-middle) attacks.

SameSite can be used to instruct the browser to only send the cookie when the request is originating from the same site. This can mitigate CSRF (cross-site request forgery) attacks.

GDPR: Rec. 60, Rec. 61, Rec. 69, Rec. 70, Rec. 75, Rec. 78, Art. 5.1.a, Art. 5.1.c, Art. 5.1.e, Art. 21, Art. 22, Art. 32.

e-PD (2002/58/EC). Rec. 24, 25, Art. 5.2.

e-PD revised (2009/136/EC). Rec. 65, 66.

More information

localStorage

localStorage used:

Key Value
redux_localstorage_simple_blocksClipboard {}

Third-party requests

No third-party requests.

A third-party request is a request to a domain that's not europa.eu or one of its subdomains.

GDPR: Rec. 69, Rec. 70, Art. 5.1.b-c, Art. 25.

Server location

Server location for climate-adapt.eea.europa.eu (10.50.4.82) could not be determined.

See more information (e.g., provider) about this IP address using KeyCDN's tool.

Raw headers

Header Value
content-encoding gzip
content-security-policy default-src 'self' blob: data: https://*.eea.europa.eu https://*.eionet.europa.eu; connect-src 'self' https://*.arcgis.com https://services.arcgisonline.com https://*.openstreetmap.org https://cds.climate.copernicus.eu http://copernicus-climate.eu https://*.eea.europa.eu https://*.eionet.europa.eu http://*.eea.europa.eu; font-src 'self' https://js.arcgis.com data: https://maxcdn.bootstrapcdn.com https://netdna.bootstrapcdn.com https://cds.climate.copernicus.eu https://cdnjs.cloudflare.com/ https://fonts.gstatic.com/ https://*.eea.europa.eu https://*.eionet.europa.eu; frame-src 'self' https://charts.ecmwf.int https://apps.ecmwf.int https://ec.europa.eu/ https://geoportal.ecdc.europa.eu https://flo.uri.sh https://*.eea.europa.eu https://*.eionet.europa.eu https://eea.maps.arcgis.com http://*.eea.europa.eu; img-src http: https: blob: data: https://js.arcgis.com; script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data: https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://matomo.eea.europa.eu https://cds.climate.copernicus.eu/ https://openlayers.org/ https://www.google.com/jsapi https://d3js.org/ https://blueimp.github.io/ https://js.arcgis.com/ https://public.flourish.studio/ https://www.google.com/uds/ https://www.gstatic.com/ https://spreadsheets.google.com/ https://docs.google.com/ https://*.eea.europa.eu https://*.eionet.europa.eu http://*.eea.europa.eu https://cdnjs.cloudflare.com https://code.jquery.com; frame-ancestors 'self' https://geoportal.ecdc.europa.eu https://*.eea.europa.eu https://*.europa.eu; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://maxcdn.bootstrapcdn.com https://js.arcgis.com https://openlayers.org/ https://blueimp.github.io/ https://cds.climate.copernicus.eu/ https://www.google.com/uds/ https://ajax.googleapis.com/ https://www.gstatic.com/ https://*.eionet.europa.eu https://*.eea.europa.eu https://cdnjs.cloudflare.com https://charts.ecmwf.int https://code.jquery.com; report-uri https://sentry.eea.europa.eu/api/25/security/?sentry_key=36e966c526304fb38680f19ac1927bb5
content-type text/html; charset=utf-8
date Sat, 27 Apr 2024 05:31:08 GMT
etag W/"41aaf-Cf2BZ2pM2RLPmHhjhozgXFXJVg4-gzip"
expect-ct max-age=604800, report-uri="https://sentry.eea.europa.eu/api/25/security/?sentry_key=36e966c526304fb38680f19ac1927bb5"
referrer-policy strict-origin-when-cross-origin
server HTTPS
strict-transport-security max-age=15780000;
transfer-encoding chunked
vary Accept-Encoding
x-content-type-options nosniff
x-xss-protection 1

What this tool checks (and doesn't check)

This tool attempts to simulate what happens when a user visits a specified page with a typical browser. The browser has no addons/extensions installed, and Do Not Track (DNT) is not enabled, since this is the default setting in most browsers.

External files such as images, scripts and CSS are loaded, but the tool performs no interactions with the page — no links are clicked, no forms are submitted.

Disclaimer: The results presented here might not be 100% correct. Bugs happen. This tool is meant to be used by site owners as a starting point for improvements, not as a rigorous analysis.

Text about HTTPS partly adapted from the CIO Council's The HTTPS-Only Standard (public domain). MaxMind's GeoLite2 country database (CC-BY-SA 4.0) is used for GeoIP lookups. See here for more information.