Skip to content

Feat: Redirect to HTTPS

Latest
Compare
Choose a tag to compare
@szw0407 szw0407 released this 13 Sep 04:55
f97113d

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 crypto object. 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.