Commit 2531f9f6 authored by tsepez@chromium.org's avatar tsepez@chromium.org

chrome://os-credits "show license" links tripping over CSP restrictions.

BUG=chromium-os:23898
TEST=go to chrome://os-credits and click on "show license"
Review URL: http://codereview.chromium.org/8869008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113527 0039d316-1c4b-4281-b951-d872f2087c98
parent e53da6c7
......@@ -64,8 +64,9 @@ class ChromeURLContentSecurityPolicyExceptionSet
insert(chrome::kChromeUIInputWindowDialogHost);
insert(chrome::kChromeUINewTabHost);
#if defined(OS_CHROMEOS)
insert(chrome::kChromeUIOobeHost);
insert(chrome::kChromeUIMobileSetupHost);
insert(chrome::kChromeUIOobeHost);
insert(chrome::kChromeUIOSCreditsHost);
insert(chrome::kChromeUIProxySettingsHost);
insert(chrome::kChromeUIRegisterPageHost);
insert(chrome::kChromeUISimUnlockHost);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment