We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d663d7 commit fa37460Copy full SHA for fa37460
ui/src/components/markdown/HtmlRander.vue
@@ -4,6 +4,7 @@
4
class="iframe"
5
style="border: 0; width: 100%"
6
:srcdoc="fSource"
7
+ allow="geolocation"
8
sandbox="allow-scripts"
9
/>
10
</template>
ui/src/components/markdown/IframeRender.vue
@@ -6,6 +6,7 @@
:srcdoc="finalSource"
11
12
</div>
0 commit comments