Shopify PHP App Is not loading in safari browser

Shopify PHP App Is not loading in safari browser

devsb399
Tourist
14 0 3

Hello All,

My Shopify app which is created using PHP is not loading in the iframe but working absolutely fine in chrome and Mozilla. The error which I get is 

Refused to load https://example.myshopify.com/admin/auth/login because it does not appear in the frame-ancestors directive of the Content Security Policy.

Which are the changes or fix required in terms on make my app working fine in the safari browser.

Any help is highly appreciated as I am stuck.
Thanks.
Replies 2 (2)

EDM_IRELAND
Shopify Partner
5 0 0

Hi Devsb399

Are you using a PHP framework such as Laravel?

devsb399
Tourist
14 0 3

Hello @EDM_IRELAND , Thanks for your reply. Yes I am using PHP Framework it is SLIM. Let me know what are the required changes to solve this safari issue.