pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.95k stars 321 forks source link

https://pyotp.readthedocs.io/en/latest/ "Connection Is Not Secure" #98

Closed Lvl4Sword closed 3 years ago

Lvl4Sword commented 4 years ago

The image http://chart.apis.google.com/chart?cht=qr&chs=250x250&chl=otpauth://totp/alice@google.com?secret=JBSWY3DPEHPK3PXP on https://pyotp.readthedocs.io/en/latest/ is written as http and not https, which is giving this warning in Chromium/Firefox

kislyuk commented 3 years ago

Thanks for reporting. I have moved the docs to https://pyauth.github.io/pyotp/ and eliminated this warning.