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
Have a username/password saved on discord.com in the built-in password manager
Use undiscord as usual
Actual results
Password manager will silently and automatically fill the authorization token slot with the password, resulting in an error 401 as it's obviously not a token. Even after attempting to fix the issue by entering the correct token, it results in undefined behavior afterwards. (in one instance, it error 400s no matter what until I restart the browser, and set the delay intervals to null.)
Expected results
Firefox shouldn't fill it in, it should ignore it.
Bug affects
DMs
DMs (group)
Channels
Channel (NSFW)
Additional information & file uploads
To emphasize, this happens silently and automatically.
Proposed fix
Find an alternative to the "password" type for the token input html element, or provide more "no-autofill" signals, so password managers don't recognize it, or add a "lock" of sorts.
The text was updated successfully, but these errors were encountered:
Undiscord Version
5.2.3
Browser
Firefox 126
Extension
Greasemonkey
Reproduction steps
Actual results
Password manager will silently and automatically fill the authorization token slot with the password, resulting in an error 401 as it's obviously not a token. Even after attempting to fix the issue by entering the correct token, it results in undefined behavior afterwards. (in one instance, it error 400s no matter what until I restart the browser, and set the delay intervals to null.)
Expected results
Firefox shouldn't fill it in, it should ignore it.
Bug affects
Additional information & file uploads
To emphasize, this happens silently and automatically.
Proposed fix
Find an alternative to the "password" type for the token input html element, or provide more "no-autofill" signals, so password managers don't recognize it, or add a "lock" of sorts.
The text was updated successfully, but these errors were encountered: