issues
search
keepkey
/
keepkey-desktop
KeepKey Desktop Application
https://keepkey.com
GNU General Public License v3.0
6
stars
5
forks
source link
browser popup fixes
#567
Closed
mrnerdhair
closed
1 year ago
mrnerdhair
commented
1 year ago
fix
window.open()
and
target="_blank"
in the browser -- the former opens a popup window, the latter just opens in the browser
disable the authenticator button instead of hiding it when the firmware's too old
enable electron context isolation (helps with the browser fix, and maybe helps keep dapps from hacking your computer)
update CSPs & silence a few errors
window.open()
andtarget="_blank"
in the browser -- the former opens a popup window, the latter just opens in the browser