diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-08-30 17:44:30 +0800 |
---|---|---|
committer | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-09-02 13:03:14 +0800 |
commit | be0f039d9cb5f75a6853184f7d82dff7be00bb90 (patch) | |
tree | c7f053cc2011892e8aa508db92b664e6784d8856 /changelogs | |
parent | a1a6def114613500a8e84b6eb2285c023ab1ace8 (diff) | |
download | gitlab-ce-be0f039d9cb5f75a6853184f7d82dff7be00bb90.tar.gz |
Fix upload URLs in Markdown66803-fix-uploads-relative-link-filter
Fixes RelativeLinkFilter for users that don't have access
to the project's repository
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/66803-fix-uploads-relative-link-filter.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/66803-fix-uploads-relative-link-filter.yml b/changelogs/unreleased/66803-fix-uploads-relative-link-filter.yml new file mode 100644 index 00000000000..523e5c8c545 --- /dev/null +++ b/changelogs/unreleased/66803-fix-uploads-relative-link-filter.yml @@ -0,0 +1,5 @@ +--- +title: Fix upload URLs in Markdown for users without access to project repository +merge_request: 32448 +author: +type: fixed |