We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93aea48 commit e3092e0Copy full SHA for e3092e0
src/resources/views/auth/fullpage_redirect.blade.php
@@ -4,7 +4,9 @@
4
<meta charset="utf-8">
5
<base target="_top">
6
<meta name="shopify-api-key" content="{{ \Osiset\ShopifyApp\Util::getShopifyConfig('api_key', $shopDomain ?? Auth::user()->name ) }}"/>
7
- <script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>
+ @if(request()->header('sec-fetch-dest') === 'iframe')
8
+ <script src="https://cdn.shopify.com/shopifycloud/app-bridge.js"></script>
9
+ @endif
10
11
<title>Redirecting...</title>
12
0 commit comments