| Index: chrome/common/extensions/extension.cc
|
| diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
|
| index 92236ff4fcd696a35372cacf06a2291014eb6272..8aa8ca12e30fba6bb13f60e5bc48baf8b1cca275 100644
|
| --- a/chrome/common/extensions/extension.cc
|
| +++ b/chrome/common/extensions/extension.cc
|
| @@ -74,7 +74,7 @@ const char kPrivate[] = "PRIVATE";
|
| const int kRSAKeySize = 1024;
|
|
|
| const char kDefaultContentSecurityPolicy[] =
|
| - "script-src 'self'; object-src 'self'";
|
| + "script-src 'self' chrome-extension-resource:; object-src 'self'";
|
|
|
| // Converts a normal hexadecimal string into the alphabet used by extensions.
|
| // We use the characters 'a'-'p' instead of '0'-'f' to avoid ever having a
|
|
|