Feat: Redirect to HTTPS #2
szw0407
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Full Changelog: v0.1.1...v0.2
Note: Since Stable version 0.1.1, the previously stored fingerprint will be no longer valid, as the hash algorithm has been changed to sha256.
In the latest version release, we fixed a bug related to the use of the HTTP protocol. Previously, when using HTTP, the browser’s JavaScript V8 engine couldn’t utilize the
cryptoobject. This caused encryption errors during login, preventing users from logging in. This issue arises because the HTTP protocol is inherently insecure, making any attempts to enhance security through encryption meaningless.To address this, our Tampermonkey script now performs an additional step before login: it automatically redirects to the corresponding HTTPS URL. This not only resolves the encryption issue but also enhances the overall security of the process.
Thanks for using.
This discussion was created from the release Feat: Redirect to HTTPS.
Beta Was this translation helpful? Give feedback.
All reactions