As recommended by JavaScript Playground.
add:
{
"preferGlobal":true,
"bin":{As recommended by JavaScript Playground.
add:
{
"preferGlobal":true,
"bin":{| /* | |
| * Ensure the http protocol is always used on the myshopify.com domains. | |
| * Uses liquid to input the correct URL. | |
| */ | |
| if (window.location.href.match(/https:\/\/.*.myshopify.com/) && top === self) { | |
| window.location.href = window.location.href.replace(/https:\/\/.*.myshopify.com/, 'http://{{ shop.domain }}'); | |
| } |