diff options
author | Matt Penna <mpenna@gitlab.com> | 2019-06-07 15:32:46 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-06-07 12:39:22 -0400 |
commit | 7d4cf82ee3d1eb1ca29ef186eefc689fbe1b837c (patch) | |
tree | 4ec4e4f32375886b0d2a8cfd0d0624cc494b9845 /doc/security | |
parent | bf926010933fa2ce9d655c0a3df3f57951832975 (diff) | |
download | gitlab-ce-7d4cf82ee3d1eb1ca29ef186eefc689fbe1b837c.tar.gz |
Updated security docs
Changes include:
- Added front matter
- Added Troubleshooting header
- Shorted long lines
- Corrected typos and improved clarity throughout
Diffstat (limited to 'doc/security')
-rw-r--r-- | doc/security/user_file_uploads.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security/user_file_uploads.md b/doc/security/user_file_uploads.md index f34528a6e05..00a2607b607 100644 --- a/doc/security/user_file_uploads.md +++ b/doc/security/user_file_uploads.md @@ -12,7 +12,7 @@ image contains sensitive information. Authentication is not enabled because images must be visible in the body of notification emails, which are often read from email clients that are not authenticated with GitLab, such as Outlook, Apple Mail, or the Mail app on your -mobile device. +mobile device. >**Note:** Non-image attachments do require authentication to be viewed. |