Win/Linux: Add support for chrome://sandbox (fixes issue #3029)

This commit is contained in:
Cristian Amarie 2020-10-29 17:55:45 +00:00 committed by Marshall Greenblatt
parent 023d218104
commit 977cc71fd9
1 changed files with 3 additions and 0 deletions

View File

@ -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,