Home
last modified time | relevance | path

Searched refs:is_csp_bypassing (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/common/
Dscheme_registrar_impl.cc44 const bool is_csp_bypassing = options & CEF_SCHEME_OPTION_CSP_BYPASSING; in AddCustomScheme() local
57 if (is_csp_bypassing) in AddCustomScheme()
62 is_secure, is_cors_enabled, is_csp_bypassing, is_fetch_enabled}; in AddCustomScheme()
/third_party/cef/libcef/common/net/
Dscheme_info.h47 bool is_csp_bypassing; member
Dscheme_registration.cc50 if (internal_schemes[i].is_csp_bypassing) in AddInternalSchemes()