Violating Content Security Policy directive: "connect-src 'self'

Viewed 30

Getting below error while upload a csv file to AWS s3:

Refused to connect to 'https://test1/mange.s3.amazonaws.com/...' because it violates the following Content Security Policy directive: "connect-src 'self' *.app.test-env.com".

below are the meta im using:

<meta
        http-equiv="Content-Security-Policy"
        content="font-src 'self' data:; script-src 'self' 'unsafe-eval'; object-src 'self'"/>

Any idea how to resolve this?

0 Answers
Related