sensu / uchiwa

Uchiwa is a simple yet effective open-source dashboard for the Sensu monitoring framework.
https://uchiwa.io
MIT License
920 stars 174 forks source link

Referrer Policy is not implemented #809

Open cwjohnston opened 5 years ago

cwjohnston commented 5 years ago

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

annaplotkin commented 5 years ago

Per Simon, should be easy to implement.