You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If |is_csp_bypassing| is true the scheme can bypass Content-Security-Policy
// (CSP) checks. This value should be false in most cases where |is_standard|
// is true.
In branch 3029 and newer CefSchemeRegistrar::AddCustomScheme now includes a is_csp_bypassing param, Add the relevant plumbing to hook this up in teh browser process and render process.
In branch
3029
and newerCefSchemeRegistrar::AddCustomScheme
now includes ais_csp_bypassing
param, Add the relevant plumbing to hook this up in teh browser process and render process.See e5ecfde#diff-0f9de3e87cddcc1f6674f138b0dad4c2 for an example where
IsCorsEnabled
was added.The text was updated successfully, but these errors were encountered: