Home
last modified time | relevance | path

Searched refs:referrer (Results 1 – 25 of 40) sorted by relevance

12

/third_party/libwebsockets/lib/roles/http/server/
Daccess-log.c129 wsi->http.access_log.referrer = lws_malloc((unsigned int)l + 5, "referrer"); in lws_prepare_access_log_info()
130 if (!wsi->http.access_log.referrer) { in lws_prepare_access_log_info()
136 wsi->http.access_log.referrer[0] = '\0'; in lws_prepare_access_log_info()
137 if (lws_hdr_copy(wsi, wsi->http.access_log.referrer, in lws_prepare_access_log_info()
141 if (wsi->http.access_log.referrer[m] == '\"') in lws_prepare_access_log_info()
142 wsi->http.access_log.referrer[m] = '\''; in lws_prepare_access_log_info()
152 *p1 = wsi->http.access_log.referrer; in lws_access_log()
201 if (wsi->http.access_log.referrer) { in lws_access_log()
202 lws_free(wsi->http.access_log.referrer); in lws_access_log()
203 wsi->http.access_log.referrer = NULL; in lws_access_log()
/third_party/cef/patch/patches/
Dblink_security_policy_1289230.patch7 if (referrer == Referrer::NoReferrer())
9 - DCHECK(!referrer.IsEmpty());
10 + // DCHECK(!referrer.IsEmpty());
12 KURL referrer_url = KURL(NullURL(), referrer).UrlStrippedForUseAsReferrer();
/third_party/node/lib/internal/modules/cjs/
Dhelpers.js188 function normalizeReferrerURL(referrer) { argument
189 if (typeof referrer === 'string' && path.isAbsolute(referrer)) {
190 return pathToFileURL(referrer).href;
192 return new URL(referrer).href;
/third_party/cef/libcef/common/
Drequest_impl.cc402 if (request->referrer.is_valid()) { in Set()
406 request->referrer, in Set()
441 request->referrer = referrer_url_; in Get()
533 content::Referrer::SanitizeForRequest(params.url(), params.referrer()); in Set()
551 if (params->referrer && params->referrer->url.is_valid()) { in Get()
552 const blink::WebString& referrer = in Get() local
554 params->referrer->policy, params->url, in Get()
555 blink::WebString::FromUTF8(params->referrer->url.spec())); in Get()
556 if (!referrer.IsEmpty()) { in Get()
557 request.SetReferrerString(referrer); in Get()
[all …]
/third_party/cef/libcef/common/mojom/
Dcef.mojom12 import "third_party/blink/public/mojom/loader/referrer.mojom";
30 // The referrer for the request.
31 blink.mojom.Referrer referrer;
/third_party/cef/libcef/browser/
Dframe_host_impl.cc311 const content::Referrer& referrer, in LoadURLWithExtras() argument
327 gurl, referrer, WindowOpenDisposition::CURRENT_TAB, transition, in LoadURLWithExtras()
336 params->referrer = in LoadURLWithExtras()
337 blink::mojom::Referrer::New(referrer.url, referrer.policy); in LoadURLWithExtras()
Dbrowser_info_manager.h76 const content::Referrer& referrer,
Dframe_host_impl.h94 const content::Referrer& referrer,
Dbrowser_info_manager.cc109 const content::Referrer& referrer, in CanCreateWindow() argument
118 content::OpenURLParams params(target_url, referrer, disposition, in CanCreateWindow()
Dbrowser_host_base.cc755 gurl, params.referrer, params.transition, params.extra_headers); in Navigate()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc163 const content::Referrer& referrer, in CanCreateWindow() argument
173 container_type, target_url, referrer, frame_name, disposition, in CanCreateWindow()
179 opener, target_url, referrer, frame_name, disposition, features, in CanCreateWindow()
Dchrome_content_browser_client_cef.h40 const content::Referrer& referrer,
/third_party/cef/libcef/browser/net/
Dthrottle_handler.cc37 params.url(), params.referrer(), WindowOpenDisposition::CURRENT_TAB, in NavigationOnUIThread()
/third_party/curl/tests/data/
Dtest208130 Automatic referrer credential and anchor stripping check
/third_party/node/src/
Dmodule_wrap.cc480 Local<Module> referrer) { in ResolveCallback() argument
493 ModuleWrap* dependent = GetFromModule(env, referrer); in ResolveCallback()
529 Local<ScriptOrModule> referrer, in ImportModuleDynamically() argument
543 Local<PrimitiveArray> options = referrer->GetHostDefinedOptions(); in ImportModuleDynamically()
Dmodule_wrap.h99 v8::Local<v8::Module> referrer);
/third_party/libwebsockets/READMEs/
DREADME.content-security-policy.md28 "referrer-policy": "no-referrer"
/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h210 char *referrer; member
/third_party/cef/tests/ceftests/
Drequest_unittest.cc90 CefString referrer = "http://tests.com/referrer.html"; in TEST() local
92 request->SetReferrer(referrer, policy); in TEST()
/third_party/cef/libcef/common/net_service/
Dnet_service_util.cc190 first_party_url_policy, request.referrer_policy, request.referrer.spec(), in MakeRedirectInfo()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.h103 const content::Referrer& referrer,
Dalloy_content_browser_client.cc984 const content::Referrer& referrer, in CanCreateWindow() argument
995 opener, target_url, referrer, frame_name, disposition, features, in CanCreateWindow()
/third_party/curl/docs/
DFEATURES.md57 - custom referrer string
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.errors.txt1 …ocument: any; readonly plugins: any; readonly readyState: any; readonly referrer: any; readonly sc…
2 …ocument: any; readonly plugins: any; readonly readyState: any; readonly referrer: any; readonly sc…
26 …ocument: any; readonly plugins: any; readonly readyState: any; readonly referrer: any; readonly sc…
28 …ocument: any; readonly plugins: any; readonly readyState: any; readonly referrer: any; readonly sc…
/third_party/ejdb/src/jql/
DREADME.md500 Reference keys should be stored in referrer document as number or string field.
514 A referrer document will be untouched if associated document is not found.

12