diff options
Diffstat (limited to 'ext/bg/background.html')
-rw-r--r-- | ext/bg/background.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/bg/background.html b/ext/bg/background.html index ba8c3863..3b889fb8 100644 --- a/ext/bg/background.html +++ b/ext/bg/background.html @@ -46,5 +46,12 @@ <script src="/mixed/js/object-property-accessor.js"></script> <script src="/bg/js/background-main.js"></script> + + <!-- + Due to a Firefox bug, this next element is purposefully terminated incorrectly. + This element must appear directly inside the <body> element, and it must not be closed properly. + https://bugzilla.mozilla.org/show_bug.cgi?id=1603985 + --> + <div id="clipboard-image-paste-target" contenteditable="true"> </body> </html> |