Enable iframes for embedded shopfronts

This commit is contained in:
Matt-Yorkley
2017-05-03 13:38:02 +01:00
committed by Maikel Linke
parent b1452f097d
commit 113f6565be
17 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<html>
<head></head>
<body>
<p>Iframe Test</p>
<iframe src="http://test.com/shops" name="test_iframe" id="test_iframe" style="width:100%;min-height:30em"></iframe>
</body>
</html>