Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: suggest usage of https instead of git protocol #9933

Merged
merged 1 commit into from
Jul 27, 2018

Conversation

perlun
Copy link
Contributor

@perlun perlun commented Jul 27, 2018

The git protocol is unencrypted which means other parties could potentially eavesdrop your traffic. https or ssh is often encouraged because of this. (For example, the Ruby package manager bundler prints a warning when git sources are being used.)

The `git` protocol is unencrypted which means other parties could potentially eavesdrop your traffic. `https` or `ssh` is often encouraged because of this. (For example, the Ruby package manager `bundler` prints a warning when `git` sources are being used.)
@timvandermeij timvandermeij merged commit d6f378f into mozilla:master Jul 27, 2018
@timvandermeij
Copy link
Contributor

Thank you!

@perlun perlun deleted the patch-1 branch July 30, 2018 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants