Remove iframe sandbox to remove warning

This commit is contained in:
MCHost
2025-06-27 00:02:01 -04:00
parent 7dc2146fb0
commit 7ec49f8b65

View File

@ -230,7 +230,6 @@
</button> </button>
</div> </div>
<iframe id="sftpIframe" class="w-full rounded" style="height: 650px; min-height: 650px;" <iframe id="sftpIframe" class="w-full rounded" style="height: 650px; min-height: 650px;"
sandbox="allow-same-origin allow-scripts allow-downloads allow-popups"
allow="clipboard-read; clipboard-write"></iframe> allow="clipboard-read; clipboard-write"></iframe>
</div> </div>