mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-08 07:46:59 +00:00
Enable iframes for embedded shopfronts
This commit is contained in:
committed by
Maikel Linke
parent
b1452f097d
commit
113f6565be
10
spec/dummy/iframe_test.html
Normal file
10
spec/dummy/iframe_test.html
Normal 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>
|
||||
Reference in New Issue
Block a user