Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8432)

Unified Diff: chrome/browser/resources/about_credits.html

Issue 9362009: Correctly enable CSP for about:credits (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_credits.html
diff --git a/chrome/browser/resources/about_credits.html b/chrome/browser/resources/about_credits.html
index d6263773f0446568e447dc21915cccd268f1608c..cb6997b4779caac187a7305e8c1f21123aa61b3a 100644
--- a/chrome/browser/resources/about_credits.html
+++ b/chrome/browser/resources/about_credits.html
@@ -3,11 +3,6 @@
<html>
<head>
<meta charset="utf-8">
-<meta http-equiv="X-WebKit-CSP"
- content="object-src 'none';
- script-src
- chrome-extension://mndnfokpggljbaajbnioimlmbfngpief
- 'self'">
<title>Credits</title>
<style>
body {
@@ -2612,7 +2607,7 @@ Copyright (C) 2009 Apple Inc. All Rights Reserved.</pre>
<div class="product">
<span class="title">WebKit private system interface</span>
<a class="show" href="#">show license</a>
-<span class="homepage"><a href="http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a@99107">homepage</a></span>
+<span class="homepage"><a href="http://svn.webkit.org/repository/webkit/trunk/WebKitLibraries/libWebKitSystemInterfaceLeopard.a@106868">homepage</a></span>
<div class="licence">
<pre>Copyright (C) 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698