You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following third-party repositories have been used for this project:
2
+
* Plotly: https://github.com/plotly - For the library and geographical datasets - MIT License - It can be read here: https://github.com/plotly/datasets/blob/master/LICENSE
UNSAFEINLINE: The value 'unsafe-inline' was found in the directive {}.
55
-
UNSAFEEVAL: The value 'unsafe-eval' was found in the directive {}.
56
-
LENIENTSCHEME: The policy contained a lenient scheme handler, such as https:// or http:// within the directive {}. This could allow attackers to include any external resource as a source of the affected directive, as long as it follows the protocol indicated in the handle.
57
-
CSPRO: Only the header 'Content-Security-Policy-Report-Only' was found. No policy is ContentSecurityPolicy is enforced in this case.
58
-
THIRDPARTYABUSE: 'Third-party domains that could be abused were found in the directive {}: {}'
59
-
DEFAULTSRC: The directive 'default-src' was not found. This is a critical fallback directive for cases where specific directives are not defined, such as script-src, object-src, or font-src
60
-
FRAMEANCESTORS: The directive 'frame-ancestors' was not found. This would allow an attacker to embed this page into another one with <frame> and similar elements for clickjacking attacks.
61
-
REPORTTO: The directive 'report-to' was not found. It is recommended to report all CSP error to centralised infrastructure for early detection of XSS attempts.
62
-
BASEURI: The directive 'base-uri' was not found. This would allow an attacker to inject a malicious <base> element to produce all relative paths to be pointed at the malicious base URI.
63
-
UPGRIR: The directive 'upgrade-insecure-request' was not found. This directive indicates the browser to upgrade all resources included in the site from http:// to https://.
64
-
NDSCRIPTSRC: The directives 'script-src' and 'default-src' were not found.
65
-
NDCONNECTSRC: The directives 'connect-src' and 'default-src' were not found.
66
-
NDFRAMESRC: The directives 'frame-src' and 'default-src' were not found.
67
-
NDCHILDSRC: The directives 'child-src' and 'default-src' were not found.
68
-
NDOBJECTSRC: The directives 'object-src' and 'default-src' were not found.
69
-
ORPHANDOMAIN: The domain '{}', present in the directive {}, is not registered.
52
+
UNSAFEINLINE: The value 'unsafe-inline' found in '{}'.
53
+
UNSAFEEVAL: The value 'unsafe-eval' found in '{}'.
54
+
LENIENTSCHEME: The policy contained a lenient handler in '{}'.
55
+
CSPRO: Header 'Content-Security-Policy-Report-Only' was found, but 'Content-Security-Policy' was not.
56
+
THIRDPARTYABUSE: Detected in '{}' - {}
57
+
NODEFAULTSRC: The directive 'default-src' was not found.
58
+
NOFRAMEANCESTORS: The directive 'frame-ancestors' was not found.
59
+
NOREPORTTO: Neither 'report-to' nor 'report-uri' were found.
60
+
NOBASEURI: The directive 'base-uri' was not found.
61
+
NOUPGRIR: The directive 'upgrade-insecure-request' was not found.
62
+
NOSCRIPTSRC: The directives 'script-src' and 'default-src' were not found.
63
+
NOCONNECTSRC: The directives 'connect-src' and 'default-src' were not found.
64
+
NOFRAMESRC: The directives 'frame-src' and 'default-src' were not found.
65
+
NOCHILDSRC: The directives 'child-src' and 'default-src' were not found.
66
+
NOOBJECTSRC: The directives 'object-src' and 'default-src' were not found.
67
+
ORPHANDOMAIN: Domain '{}', in '{}' of the '{}' header, is not found (NXDOMAIN and no WHOIS)
0 commit comments