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

Unified Diff: chrome/browser/resources/about_credits_entry.tmpl

Issue 7215034: Apply CSP to chrome: and about: pages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
Index: chrome/browser/resources/about_credits_entry.tmpl
===================================================================
--- chrome/browser/resources/about_credits_entry.tmpl (revision 90431)
+++ chrome/browser/resources/about_credits_entry.tmpl (working copy)
@@ -1,6 +1,6 @@
<div class="product">
<span class="title">{{name}}</span>
-<a class="show" href="#" onclick="return toggle(this);">show license</a>
+<a class="show" href="#">show license</a>
<span class="homepage"><a href="{{url}}">homepage</a></span>
<div class="licence">
<pre>{{license}}</pre>

Powered by Google App Engine
This is Rietveld 408576698