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:
parent
077652e3f3
commit
96841a5060
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue