'Magento 2.3.5 violates the following Content Security Policy
Solution 1:[1]
You have to add domain to CSP whitelist: https://devdocs.magento.com/guides/v2.3/extension-dev-guide/security/content-security-policies.html#add-a-domain-to-the-whitelist
For images you can add this:
<value id="[ID]" type="host">https://</value>
All images from https won't be block.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | General Grievance |
