diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-20 16:19:39 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-10-20 16:19:39 +0000 |
commit | d01fb5d81bff09d4a41d5f4c530cd3af2c70c13c (patch) | |
tree | 8ef5f0980779f81d01ae9e5d6221b71ed31329ae /CHANGELOG | |
parent | 8052c4ef4e23ea4f4a221fbc6ead138f33fb0f91 (diff) | |
parent | 9bfc531ec611d108c45af239a1e5e016b892231b (diff) | |
download | gitlab-ce-d01fb5d81bff09d4a41d5f4c530cd3af2c70c13c.tar.gz |
Merge branch 'handle-no-http-referer' into 'master'
Redirect to a default path if HTTP_REFERER is not set
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.
Closes #3122
Closes https://github.com/gitlabhq/gitlabhq/issues/9731
See merge request !1646
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 1e373e1b6b8..c64017f75b9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.2.0 (unreleased) - Fix duplicate repositories in GitHub import page (Stan Hu) + - Redirect to a default path if HTTP_REFERER is not set (Stan Hu) - Show last project commit to default branch on project home page - Highlight comment based on anchor in URL - Adds ability to remove the forked relationship from project settings screen. (Han Loong Liauw) |