RiiConnect24 / RiiConnect24-Patcher

This patcher will guide you through RiiConnect24 installation process.
GNU General Public License v3.0
309 stars 55 forks source link

Added --insecure option to RiiConnect24Patcher.sh #78

Closed scj643 closed 3 years ago

scj643 commented 3 years ago

Running RiiConnect24Patcher.sh with --insecure or -i will prompt the user to accept the risks and use curl with --insecure

KcrPL commented 3 years ago

There are no risks in using --insecure flag in this case. We're not doing any sensitive work and the files that are served are always static and can even be served over normal HTTP with no risk whatsoever.

Closing.