mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
if running `rclone rcd --rc-user=admin --rc-pass=admin --rc-allow-origin="*"`, lots of duplicate warnings apperent in log Warning: Allow origin set to *. This can cause serious security problems. Warning: Allow origin set to *. This can cause serious security problems. .... This is not conducive to analyzing debugging info. Therefore, let's show it only once.