| Index: chrome/browser/resources/about_flash.html
|
| ===================================================================
|
| --- chrome/browser/resources/about_flash.html (revision 92865)
|
| +++ chrome/browser/resources/about_flash.html (working copy)
|
| @@ -1,13 +1,6 @@
|
| <!DOCTYPE HTML>
|
| <html i18n-values="dir:textdirection;">
|
| -<!-- X-WebKit-CSP is our development name for Content-Security-Policy.
|
| - TODO(tsepez) rename when Content-security-policy is done.
|
| --->
|
| -<meta http-equiv="X-WebKit-CSP"
|
| - content="object-src 'none';
|
| - script-src chrome://resources
|
| - chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
|
| - 'self' 'unsafe-eval'">
|
| +<include src="content_security_policy.html"/>
|
| <head>
|
| <style>
|
| .key {
|
|
|