We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0926f66 + e95cf39 commit 6487444Copy full SHA for 6487444
1 file changed
inc/dam.php
@@ -429,7 +429,7 @@ public function render_dashboard_page() {
429
display: none !important;
430
}
431
</style>
432
- <iframe id="om-dam" style="display: none;" src="<?php echo( $this->build_iframe_url() ); ?>"></iframe>
+ <iframe id="om-dam" style="display: none;" src="<?php echo( $this->build_iframe_url() ); ?>" allow="clipboard-read; clipboard-write"></iframe>
433
<div class="om-dam-loader">
434
<img src="<?php echo esc_url( OPTML_URL . 'assets/img/logo.png' ); ?>" alt="Optimole Logo"
435
class="om-dam-logo">
0 commit comments