Hi there,
I am new in Shopify embedded app development. When we publish app to store it gets rejected with the error given in image.
So is there any proper solution that how we will add this policy into react app. Like i have used this one but no success.
And can we use this as headers to call API’s will it resolve the issue, like this.
axios.defaults.headers = {
“Content-Security-Policy”: frame-ancestors ${domain} admin.shopify.com;,
};
