This is an automated email from the ASF dual-hosted git repository.
mjumper pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/guacamole-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new be9e8479 Deploy updated list of browsers supporting async clipboard
access.
be9e8479 is described below
commit be9e84795b101cbdbebb32324ee07c4deebde6be
Author: Michael Jumper <[email protected]>
AuthorDate: Thu Sep 28 15:16:32 2023 -0700
Deploy updated list of browsers supporting async clipboard access.
---
content/faq/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/content/faq/index.html b/content/faq/index.html
index eb8b7232..b6c9e695 100644
--- a/content/faq/index.html
+++ b/content/faq/index.html
@@ -568,7 +568,8 @@ the clipboard under very strict circumstances.</p>
<p>The following browsers are known to support clipboard access:</p>
<ul>
- <li>Google Chrome version 66 and later (via the <a
href="https://www.w3.org/TR/clipboard-apis/#async-clipboard-api">Asynchronous
Clipboard API</a>)</li>
+ <li>Google Chrome version 66 and later, Microsoft Edge version 79 or later
(via the <a
href="https://www.w3.org/TR/clipboard-apis/#async-clipboard-api">Asynchronous
Clipboard API</a>)</li>
+ <li>Mozilla Firefox 63 or later (write to clipboard only)</li>
<li>Older versions of Google Chrome using the third-party <a
href="https://chrome.google.com/webstore/detail/clipboard-permission-mana/ipbhneeanpgkaleihlknhjiaamobkceh">Clipboard
Permission Manager extension</a></li>
<li>IE10 and IE11 (via the older, synchronous version of the API)</li>
</ul>