From d1113e1a554d950362c027afe79b0d523e91fb09 Mon Sep 17 00:00:00 2001 From: Anastasiia Bakai <nastin_box@list.ru> Date: Fri, 7 Jun 2024 10:57:47 +0300 Subject: [PATCH] iframe --- src/pages/demoapps/johnnyb-lab.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/demoapps/johnnyb-lab.vue b/src/pages/demoapps/johnnyb-lab.vue index 2723c842ab..9636e1203f 100644 --- a/src/pages/demoapps/johnnyb-lab.vue +++ b/src/pages/demoapps/johnnyb-lab.vue @@ -23,7 +23,8 @@ </section> <section class="container__mid"> - <iframe id="appframe" src="https://johnnyb-lab.robonomics.academy" sandbox="allow-forms allow-scripts allow-same-origin" referrerpolicy="strict-origin-when-cross-origin" scrolling="no" /> + <iframe id="appframe" src="https://johnnyb-lab.robonomics.academy" sandbox="allow-forms allow-scripts allow-same-origin" /> + <!-- <iframe id="appframe" src="https://johnnyb-lab.robonomics.academy" sandbox="allow-forms allow-scripts allow-same-origin" referrerpolicy="strict-origin-when-cross-origin" scrolling="no" /> --> </section> </Layout> </template>