mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-25 08:27:41 +01:00
Win/Linux: Add support for chrome://sandbox (fixes issue #3029)
This commit is contained in:
parent
023d218104
commit
977cc71fd9
@ -91,6 +91,9 @@ const char* kAllowedWebUIHosts[] = {
|
||||
chrome::kChromeUIPrintHost,
|
||||
content::kChromeUIProcessInternalsHost,
|
||||
content::kChromeUIResourcesHost,
|
||||
#if defined(OS_WIN) || defined(OS_LINUX)
|
||||
chrome::kChromeUISandboxHost,
|
||||
#endif
|
||||
content::kChromeUIServiceWorkerInternalsHost,
|
||||
chrome::kChromeUISystemInfoHost,
|
||||
chrome::kChromeUIThemeHost,
|
||||
|
Loading…
x
Reference in New Issue
Block a user