Skip to content

Commit

Permalink
Merge pull request #213 from positivecrash/main
Browse files Browse the repository at this point in the history
iframe removed attribute
  • Loading branch information
positivecrash authored Jun 7, 2024
2 parents 5fa4348 + d1113e1 commit 660d160
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/demoapps/johnnyb-lab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 660d160

Please sign in to comment.