cef_request_t.set_referrer

Set the referrer URL and policy. If non-NULL the referrer URL must be fully qualified with an HTTP or HTTPS scheme component. Any username, password or ref component will be removed.

struct cef_request_t
extern (System)
void function(cef_request_t* self, const(cef_string_t)* referrer_url, cef_referrer_policy_t policy) nothrow set_referrer;

Meta