Difference between revisions of "Referr-policy"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "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...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
https://web.dev/referrer-best-practices/
 +
 
https://www.w3.org/TR/referrer-policy/
 
https://www.w3.org/TR/referrer-policy/
  
Line 5: Line 7:
 
## 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
 +
https://medium.com/@hariomvashisth/cors-on-nginx-be38dd0e19df

Latest revision as of 17:04, 16 July 2022