ReferrerPolicy Enumeration |
[Missing <summary> documentation for "T:CefSharp.ReferrerPolicy"]
Namespace: CefSharp
Member name | Value | Description | |
---|---|---|---|
Always | 0 | Always send the complete Referrer value. | |
Default | 1 | Use the default policy. This is OriginWhenCrossOrigin when the `--reduced-referrer-granularity` command-line flag is specified and NoReferrerWhenDowngrade otherwise. | |
NoReferrerWhenDowngrade | 2 | When navigating from HTTPS to HTTP do not send the Referrer value. Otherwise, send the complete Referrer value. | |
Never | 3 | Never send the Referrer value. | |
Origin | 4 | Only send the origin component of the Referrer value. | |
OriginWhenCrossOrigin | 5 | When navigating cross-origin only send the origin component of the Referrer value. Otherwise, send the complete Referrer value. |