diff options
author | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 18:03:04 +0000 |
---|---|---|
committer | tsepez@chromium.org <tsepez@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-05 18:03:04 +0000 |
commit | 19e6c4c68c1d6f8cf3ebb0851edf3a0e90109f7b (patch) | |
tree | a2c3e8c1fd367ab0ea1418ecc90a303754ee9559 /chrome/browser/resources/workers | |
parent | 9d43f90e7e22f8a1b9fd6cbd05e1f04f4e92f018 (diff) | |
download | chromium_src-19e6c4c68c1d6f8cf3ebb0851edf3a0e90109f7b.zip chromium_src-19e6c4c68c1d6f8cf3ebb0851edf3a0e90109f7b.tar.gz chromium_src-19e6c4c68c1d6f8cf3ebb0851edf3a0e90109f7b.tar.bz2 |
Replace <meta> tag with header for content-security-policy on chrome:// pages.
By default, all chrome:// pages will get CSP with a whitelist of the exceptions.
BUG=98877
Review URL: http://codereview.chromium.org/8124010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/workers')
-rw-r--r-- | chrome/browser/resources/workers/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/workers/index.html b/chrome/browser/resources/workers/index.html index 5f34e21..7ca8f69 100644 --- a/chrome/browser/resources/workers/index.html +++ b/chrome/browser/resources/workers/index.html @@ -4,7 +4,6 @@ found in the LICENSE file. --> <html> -<include src="../content_security_policy.html"/> <title>Workers</title> <style> thead { |