Commit d52f52f4 authored by kochi@chromium.org's avatar kochi@chromium.org

Add accounts.youtube.com in content_security_policy in manifest.json.

This fixes a login hang with content security policy error output.

BUG=168525
TEST=manually login on Chrome OS.


Review URL: https://chromiumcodereview.appspot.com/11778017

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175466 0039d316-1c4b-4281-b951-d872f2087c98
parent 87603dca
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"name": "GaiaAuthExtension", "name": "GaiaAuthExtension",
"version": "0.0.1", "version": "0.0.1",
"manifest_version": 2, "manifest_version": 2,
"content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' https://accounts.google.com; style-src 'self' 'unsafe-inline'", "content_security_policy": "default-src 'self'; script-src 'self'; frame-src 'self' https://accounts.google.com https://accounts.youtube.com; style-src 'self' 'unsafe-inline'",
"description": "GAIA Component Extension", "description": "GAIA Component Extension",
"web_accessible_resources": [ "web_accessible_resources": [
"main.css", "main.css",
......
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