0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added clipboard write permission to billing iframe

no issue

- The billing app needs to be able to write to the clipboard to copy DNS values
This commit is contained in:
Aileen Booker 2023-12-05 11:58:31 -04:00 committed by Aileen Booker
parent 077652e3f3
commit 96841a5060

View file

@ -1 +1 @@
<iframe id="billing-frame" class="billing-frame" frameborder="0" title="Billing" ...attributes {{did-insert this.setup}}></iframe>
<iframe id="billing-frame" class="billing-frame" frameborder="0" title="Billing" allow="clipboard-write" ...attributes {{did-insert this.setup}}></iframe>