diff options
author | Geoffrey Challen <challen@buffalo.edu> | 2015-10-03 08:58:31 -0400 |
---|---|---|
committer | Geoffrey Challen <challen@buffalo.edu> | 2015-10-03 08:58:31 -0400 |
commit | 5792eb954433a661bf1cf6ef17f849058dca5bc7 (patch) | |
tree | 6ef23751e385bfecfbc1ee238399210311fae95a | |
parent | 662f8af497656754c7ad27c0250d2aae825b8545 (diff) | |
download | gitlab-ce-5792eb954433a661bf1cf6ef17f849058dca5bc7.tar.gz |
Fix referals for :back and relative URL installs.
-rw-r--r-- | app/views/layouts/_head.html.haml | 2 |
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 |