[Webkit-unassigned] [Bug 219020] navigator.clipboard is gone on some pages

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 17 16:51:29 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219020

--- Comment #7 from Chris Dumez <cdumez at apple.com> ---
(In reply to Ryosuke Niwa from comment #6)
> Async clipboard API is only available on HTTPS pages.

or localhost or 127.0.0.1.

Subdomains of localhost are probably not treated as secure. Looking at our code, the host needs to be exactly "localhost" or "127.0.0.1" to be treated as secure, unless the protocol is HTTPS.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201118/db6d6587/attachment.htm>


More information about the webkit-unassigned mailing list