Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request - Add CefCustomScheme.IsCspBypassing #2038

Closed
amaitland opened this issue May 5, 2017 · 0 comments
Closed

Feature Request - Add CefCustomScheme.IsCspBypassing #2038

amaitland opened this issue May 5, 2017 · 0 comments

Comments

@amaitland
Copy link
Member

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.

See e5ecfde#diff-0f9de3e87cddcc1f6674f138b0dad4c2 for an example where IsCorsEnabled was added.

@amaitland amaitland added this to the 59.0.0 milestone May 5, 2017
@amaitland amaitland changed the title Feature Request - Add CefCustomScheme.IsCspByPassing Feature Request - Add CefCustomScheme.IsCspBypassing May 5, 2017
@amaitland amaitland modified the milestones: 59.0.0, 62.0.0 Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant