You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This code uses insecure http:// and git:// URLs for installation of programs. This is a bad idea, as a man-in-the-middle attack would allow arbitrary code execution. https:// URLs should be used instead.
This code uses insecure
http://andgit://URLs for installation of programs. This is a bad idea, as a man-in-the-middle attack would allow arbitrary code execution.https://URLs should be used instead.