'Magento 2.3.5 violates the following Content Security Policy

I installed the ebay module m2pro but it doesn't work properly due to the magento csp policy, here some screenshot:

screen 1

I noticed that 2 scripts are blocked:

screen 2

screen 3

screen 4

How I can solve this problem without disabling CSP? Thanks



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