Difference between revisions of "Referr-policy"

From UVOO Tech Wiki
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