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…
Reference in New Issue