I am trying to access the Iframe from the chrome plugin and get the below error.
Refused to frame 'https://mysite.co/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors *".
I have already added this below line in my menifest.json file but it not works.
"content_security_policy": "script-src 'self' https://mysite.co/"
Please guide.