mirror of
https://github.com/rclone/rclone.git
synced 2025-02-20 07:48:33 +02:00
The option name mirrors the 'wget' option (also `--no-check-certificate`). The cURL equivalent is called `--insecure`, which is a bit unclear. Put in the "developers" section in documentation with proper warnings. Fixes #168