erickutcher / httpdownloader

HTTP(S) download manager that uses input/output completion ports (IOCP).
https://erickutcher.github.io/#HTTP_Downloader
571 stars 62 forks source link

HTTPS Only Setting #121

Closed hl2guide closed 3 years ago

hl2guide commented 4 years ago

Please consider adding a setting (Checkbox) for ignoring all HTTP links, and only allowing/adding HTTPS links (secure connection).

erickutcher commented 4 years ago

I would use a RegEx filter for this: ^https:\/\/.*

smaragdus commented 4 years ago

I do not see what is the point to block HTTP downloads, this would cripple the program and the downloads. This obsession with HTTPS is beyond common sense.