parent
ffeab383b5
commit
b5b49c9ed0
2 changed files with 3 additions and 2 deletions
|
@ -276,7 +276,9 @@ void WebFrame::RegisterURLSchemeAsPrivileged(const std::string& scheme,
|
|||
privileged_scheme);
|
||||
}
|
||||
if (corsEnabled) {
|
||||
blink::SchemeRegistry::RegisterURLSchemeAsCORSEnabled(privileged_scheme);
|
||||
// FIXME: blink::SchemeRegistry::RegisterURLSchemeAsCORSEnabled
|
||||
// is removed with C70
|
||||
// https://chromium-review.googlesource.com/c/chromium/src/+/1157364
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue