parent
a64cf5514f
commit
6f9ff39728
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ void WebFrame::RegisterURLSchemeAsPrivileged(const std::string& scheme,
|
||||||
privileged_scheme);
|
privileged_scheme);
|
||||||
}
|
}
|
||||||
if (corsEnabled) {
|
if (corsEnabled) {
|
||||||
url::AddCORSEnabledScheme(scheme.c_str());
|
url::AddCorsEnabledScheme(scheme.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue