Project

General

Profile

Actions

Feature #29660

closed

Add Referrer-Policy header to prevent browsers from sending private data to external sites

Added by Ebrahim Mohammadi over 5 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Security
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

Currently Redmine sets no HTTP Referrer configuration, so full URL of Redmine page containing a link to an external website is sent as HTTP Referrer header to the target website. This could be a source of securiy and/or privacy issues. See https://moz.com/blog/meta-referrer-tag for more information.

I suggest setting the referrer meta tag to "origin-when-crossorigin" as the default value. It would be as easy as adding this line to header section of main layout:

<meta name="referrer" content="origin-when-crossorigin" />

It would also be great if admin could change the referrer setting to other possible values.


Related issues

Related to Redmine - Feature #24583: Remove HTTP RefererClosed

Actions
Related to Redmine - Feature #23630: Migrate to Rails 5.2ClosedJean-Philippe Lang

Actions
Related to Redmine - Feature #14648: Add a link dispatcher to textile textsClosed

Actions
Actions

Also available in: Atom PDF