Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Challen <challen@buffalo.edu>2015-10-03 15:58:31 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-10-05 21:02:10 +0300
commitb4963a75df298574dd3b65ee89f4e99c33d71520 (patch)
treeae5a9f9a5a5424e080d0e2af798eebadcfb32789
parent28bf9824bcce95baa9cd02bde1f9fe79956224d0 (diff)
Fix referals for :back and relative URL installs.
-rw-r--r--CHANGELOG1
-rw-r--r--app/views/layouts/_head.html.haml2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a392254b53e..9cf057e292a 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.0.4
- Fix Message-ID header to be RFC 2111-compliant to prevent e-mails being dropped (Stan Hu)
+ - Fix referrals for :back and relative URL installs
v 8.0.3
- Fix URL shown in Slack notifications
diff --git a/app/views/layouts/_head.html.haml b/app/views/layouts/_head.html.haml
index c3b137e3ddf..74174a72f5a 100644
--- a/app/views/layouts/_head.html.haml
+++ b/app/views/layouts/_head.html.haml
@@ -3,7 +3,7 @@
%meta{charset: "utf-8"}
%meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
%meta{content: "GitLab Community Edition", name: "description"}
- %meta{name: 'referrer', content: 'origin'}
+ %meta{name: 'referrer', content: 'origin-when-cross-origin'}
%title= page_title