cdn.optimizely.com. After the page briefly displays, an error occurs. In a console, it shows "Refused to connect ..." . I understand the communication is blocked by the Content Security Policy (CSP). that allowing this connection in the CSP will fix the issue, but I want to block the communication since I don't understand its purpose.disableSDKTracking: true doesn't change anything. Is there any other flag or setting to control this?Error message: Refused to connect to 'https://cdn.optimizely.com/datafiles/****.json' because it violates the following Content Security Policy directive: "connect-src 'self'"