phpish / shopify

Simple Shopify API client in PHP
MIT License
62 stars 35 forks source link

Setting up Iframe protection #9

Open reason8910 opened 2 years ago

reason8910 commented 2 years ago

For an embedded app Shopify now requre the Content Security Policy frame-ancestors directive to avoid clickjacking attacks. See: https://shopify.dev/apps/store/security/iframe-protection Please can you help me implement this in the code, my app was rejected because of this.