Skip to content
Snippets Groups Projects
Commit 983a102b authored by Patricio Cano's avatar Patricio Cano
Browse files

Added meta tag for referrer, so that only the origin is sent to third party...

Added meta tag for referrer, so that only the origin is sent to third party sites, instead of the entire URL, thus avoiding the leak of sensitive information like password reset tokens.
parent 86556a07
No related branches found
No related tags found
1 merge request!1263Add meta tag for referrer
Pipeline #
Loading
@@ -3,6 +3,7 @@
Loading
@@ -3,6 +3,7 @@
%meta{charset: "utf-8"} %meta{charset: "utf-8"}
%meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'} %meta{'http-equiv' => 'X-UA-Compatible', content: 'IE=edge'}
%meta{content: "GitLab Community Edition", name: "description"} %meta{content: "GitLab Community Edition", name: "description"}
%meta{name: 'referrer', content: 'origin'}
   
%title= page_title %title= page_title
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment