diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-24 12:07:26 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-03-24 12:07:26 +0000 |
commit | 257b14287fcb649de8f0aa3736fd11165c5194ba (patch) | |
tree | 4ff6e55aa3c48cb9f2850f7e11e04b39677430f3 /doc/development/service_ping/index.md | |
parent | a2bf9980c8254a41edb0e0b6d9eb4d8f0cd0fc69 (diff) | |
download | gitlab-ce-257b14287fcb649de8f0aa3736fd11165c5194ba.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/service_ping/index.md')
-rw-r--r-- | doc/development/service_ping/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/service_ping/index.md b/doc/development/service_ping/index.md index 380dfffbe46..974e938da4d 100644 --- a/doc/development/service_ping/index.md +++ b/doc/development/service_ping/index.md @@ -598,7 +598,7 @@ To upload payload manually: 1. Select **Choose file** and choose the file from p5. 1. Select **Upload**. -The uploaded file is encrypted and sent using secure [HTTPS protocol](https://en.wikipedia.org/wiki/HTTPS). HTTPS creates a secure +The uploaded file is encrypted and sent using secure [HTTPS protocol](https://en.wikipedia.org/wiki/HTTPS). HTTPS creates a secure communication channel between web browser and the server, and protects transmitted data against man-in-the-middle attacks. ## Monitoring |