Commit 485a0b98 authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'move-referrer-policy-to-header' into 'master'

Remove Referrer-Policy from to header

See merge request gitlab-org/gitlab!26065
parents 18c2ece4 25b54764
......@@ -82,8 +82,6 @@
= csp_meta_tag
= action_cable_meta_tag
- unless browser.safari?
%meta{ name: 'referrer', content: 'origin-when-cross-origin' }
%meta{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1' }
%meta{ name: 'theme-color', content: '#474D57' }
......
---
title: Set default Referrer-Policy to strict-origin-when-cross-origin and set it in a header rather than HTML
merge_request: 26065
author: nhirokinet
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment