VanVan / ipfsProxyHTTP

InterPlanetary File System HTTP Proxy
MIT License
49 stars 13 forks source link

Consider https only #2

Closed nothingismagick closed 6 years ago

nothingismagick commented 6 years ago

A non encrypted version of the page is automatically resolved when https:// is not specified, and the example suggests using http:

cff1f1e8-8f69-4128-8e7b-d103a711b425

With https specified: aebe82e8-79e4-486b-b6da-e1b57148ef9f

VanVan commented 6 years ago

You are right, I added 2 commits to redirect http request to https. It is now HTTPS only.