You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On many browsers, reading canvas is blocked or requires asking users permissions.
Currently it seems the qrious library while writing a canvas performs as well a read and this results in a usability issue for all the users of Firefox [1] and of the Tor browser [2].
I'm analyzing this problem in relation to the GlobaLeaks project that uses Qrious in its two factor authentication based on TOTP.
@neocotic: Do you have by any chance any clue why you used some read capability in place of a simple write? This way i can try to fix and with your availability try to get a update working package,
evilaliv3
added a commit
to globaleaks/globaleaks-whistleblowing-software
that referenced
this issue
Dec 11, 2019
On many browsers, reading canvas is blocked or requires asking users permissions.
Currently it seems the qrious library while writing a canvas performs as well a read and this results in a usability issue for all the users of Firefox [1] and of the Tor browser [2].
I'm analyzing this problem in relation to the GlobaLeaks project that uses Qrious in its two factor authentication based on TOTP.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1446472
[2] https://trac.torproject.org/projects/tor/ticket/27543
The text was updated successfully, but these errors were encountered: