We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ee9cc0 commit 9fdb098Copy full SHA for 9fdb098
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