uchiwa icon indicating copy to clipboard operation
uchiwa copied to clipboard

Referrer Policy is not implemented

Open cwjohnston opened this issue 6 years ago • 1 comments

Expected Behavior

Uchiwa implements a referrer policy to minimize disclosure of URL and other sensitive information in cross-site requests

Current Behavior

Referrer policy is not implemented.

Possible Solution

Implement a Referrer ­Policy by using the Referrer-­Policy response header or by declaring it in the meta tags.

Context

Referrer-Policy header governs which referrer information, sent in the Referer header, should be included with requests made.

See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy for reference.

Your Environment

  • Uchiwa version used: 1.3.1
  • Sensu version used:
  • Operating System and version (e.g. Ubuntu 14.04):

cwjohnston avatar Jan 03 '19 00:01 cwjohnston

Per Simon, should be easy to implement.

annaplotkin avatar Mar 18 '19 19:03 annaplotkin