Loading of a resource blocked by Content Security Policy
Content Security Policy (CSP) is a mechanism to help prevent Cross-Site Scripting (XSS) and is best handled at server side; please note it can be handled at client side as well, making use of the <meta> tag element of your HTML. When configured and enabled, a web server will return the appropriate Content-Security-Policy in the … Read more