diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-06 03:13:43 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-12-06 03:13:43 +0000 |
commit | 754d77ec695cac1890fd1da3af6d588bf1ac56e4 (patch) | |
tree | b342be92c4742c637669c6cc5f165f65ba0d8066 /doc | |
parent | f9e167c23c2b15279b370c5a0b43f41d35fd9972 (diff) | |
download | gitlab-ce-754d77ec695cac1890fd1da3af6d588bf1ac56e4.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc')
-rw-r--r-- | doc/security/asset_proxy.md | 2 | ||||
-rw-r--r-- | doc/user/project/releases/index.md | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/security/asset_proxy.md b/doc/security/asset_proxy.md index abeb5c401da..6c3bce939df 100644 --- a/doc/security/asset_proxy.md +++ b/doc/security/asset_proxy.md @@ -7,7 +7,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w # Proxying assets **(FREE SELF)** A possible security concern when managing a public-facing GitLab instance is -the ability to steal a users IP address by referencing images in issues and comments. +the ability to steal a user's IP address by referencing images in issues and comments. For example, adding `![Example image](http://example.com/example.png)` to an issue description causes the image to be loaded from the external diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md index 3077a5daf19..bc8c8fca5b5 100644 --- a/doc/user/project/releases/index.md +++ b/doc/user/project/releases/index.md @@ -46,12 +46,12 @@ To view a list of releases: - On private projects, this number is visible to users with Reporter [permissions](../../permissions.md#project-members-permissions) or higher. -### Sort Releases +### Sort releases -On the top right of the **Releases** page, you can use the sorting button to order releases by -**Released date** or **Created date**. You can sort releases in ascending or descending order. +To sort releases by **Released date** or **Created date**, select from the sort order dropdown. To +switch between ascending or descending order, select **Sort order**. -![Sort Releases dropdown button](img/releases_sort_v13_6.png) +![Sort releases dropdown button](img/releases_sort_v13_6.png) ## Create a release |