JSON copy button is broken #115
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Text changes to "Error" and text is not copied to clipboard
Firefox on FreeBSD, have not tried other browser/OS.
copy button is brokento JSON copy button is brokenhttps://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts
Not a bug - there is already a handler for this situation (same when I tested in our subnet), the only way to prevent is to forbid unsecured http connections from server side. HTTPS and localhost work fine.
By strange coincidence Firefox by default tries to access HTTP version, unless it knows that there is a HTTPS version.