riderkick / FMD

Forked from https://sf.net/p/fmd/
GNU General Public License v2.0
715 stars 211 forks source link

https? #1097

Open shogunreaper opened 6 years ago

shogunreaper commented 6 years ago

Does fmd not support it? It just keeps reverting back to http links even if i directly put an https one.

edit: i used url snooper and it looks like it's loading both http and https at the same time.. which seems to defeat the purpose of https.

kmvi commented 6 years ago

Which sites?

shogunreaper commented 6 years ago

hentai2read was the one i was trying it out when i posted.

going back now it looks like some sites do load in https such as batoto/madokami but others like mangapark/kissmanga don't.

I found that when i manually put the link for hentai2read with https instead of http it then it shows loading both http/https inside url snooper. https://i.imgur.com/PKn4vJM.png

kmvi commented 6 years ago

http/https is hardcoded for each site

shogunreaper commented 6 years ago

why?

kmvi commented 6 years ago

it's not worth the effort to implement https autodetection or something

shogunreaper commented 6 years ago

why not just have all sites default to https and if it fails fall back to http?