-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAN'T Use Ctrl+C to COPY in self-host #6984
Comments
+1 |
I had this issue as well, and found out that certain features are disabled if you are not in an HTTPS environment. My solution was to install this container: Docker Reverse Proxy It's basically a Caddy Server, which has some sane defaults and is easy to set up. After I set that up, copy, paste, cut, and images were no longer a problem. Note: This was running on a linux box, though I don't think that will make a difference besides the hosts setup. I am not familiar with that on Windows. |
you are right, it works when i use the HTTPS |
it just cant use when we use the http, and you have review it on HTTP, not https maybe |
This is because the browser does not allow web pages to access your clipboard in http environment. There's nothing affine can do at this point |
Yes it can! It can notify someone what is happening and why, and it can also hold a local clipboard on the page. |
What happened?
COPY is not work, I CAN'T Use Ctrl+C or Ctrl+X to COPY, and I can't click the copy button to copy, but the Ctrl+V is work.
versions: stable-7e7a412
Distribution version
Windows x64
What browsers are you seeing the problem on if you're using web version?
Microsoft Edge
Are you self-hosting?
Relevant log output
Anything else?
The text was updated successfully, but these errors were encountered: