srobo / ansible

Ansible configuration for Student Robotics' pet machines
MIT License
0 stars 4 forks source link

Drop Referrer-Policy which doesn't work like I'd hoped #46

Closed PeterJCLaw closed 1 year ago

PeterJCLaw commented 1 year ago

Summary

Don't set a Referrer-Policy. We're not hosting anything which is likely to be particularly privacy sensitive, so we'd ideally tell browsers to make their own decision. Unfortunately there doesn't seem to be a way to do that. In theory returning an empty value should work, however there doesn't seem to be way to tell nginx to do so.

Code review

Testing

Already applied, PR for visibility.