summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorGeoffrey Challen <challen@buffalo.edu>2015-10-03 08:58:31 -0400
committerGeoffrey Challen <challen@buffalo.edu>2015-10-03 08:58:31 -0400
commit5792eb954433a661bf1cf6ef17f849058dca5bc7 (patch)
tree6ef23751e385bfecfbc1ee238399210311fae95a /app/views/layouts
parent662f8af497656754c7ad27c0250d2aae825b8545 (diff)
downloadgitlab-ce-5792eb954433a661bf1cf6ef17f849058dca5bc7.tar.gz
Fix referals for :back and relative URL installs.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_head.html.haml2
1 files changed, 1 insertions, 1 deletions
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