Difference between revisions of "Referr-policy"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
## IIS | ## IIS | ||
https://www.codeproject.com/Articles/1223383/Securing-HTTP-response-header-via-IIS | https://www.codeproject.com/Articles/1223383/Securing-HTTP-response-header-via-IIS | ||
+ | |||
+ | HTTP Response Headers | ||
+ | ``` | ||
+ | Name: Referrer-Policy | ||
+ | Value: same-origin; cross-origin; | ||
+ | ``` | ||
## NGINX | ## NGINX | ||
https://medium.com/@hariomvashisth/cors-on-nginx-be38dd0e19df | https://medium.com/@hariomvashisth/cors-on-nginx-be38dd0e19df |
Revision as of 16:56, 16 July 2022
https://www.w3.org/TR/referrer-policy/
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy
IIS
https://www.codeproject.com/Articles/1223383/Securing-HTTP-response-header-via-IIS
HTTP Response Headers
Name: Referrer-Policy Value: same-origin; cross-origin;
NGINX
https://medium.com/@hariomvashisth/cors-on-nginx-be38dd0e19df