fix: allow clipboard copy

This commit is contained in:
Vlad Stan
2026-07-09 16:30:18 +03:00
parent 2dffad917c
commit 068cdffb42
+1
View File
@@ -17,6 +17,7 @@
data-frame-url="{{ frame_url }}" data-frame-url="{{ frame_url }}"
title="{{ extension.name }}" title="{{ extension.name }}"
sandbox="allow-scripts allow-forms" sandbox="allow-scripts allow-forms"
allow="clipboard-write"
referrerpolicy="no-referrer" referrerpolicy="no-referrer"
></iframe> ></iframe>
</q-page> </q-page>