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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div class="product"> 1 <div class="product">
2 <span class="title">{{name}}</span> 2 <span class="title">{{name}}</span>
3 <a class="show" href="#" onclick="return toggle(this);">show license</a> 3 <a class="show" href="#">show license</a>
4 <span class="homepage"><a href="{{url}}">homepage</a></span> 4 <span class="homepage"><a href="{{url}}">homepage</a></span>
5 <div class="licence"> 5 <div class="licence">
6 <pre>{{license}}</pre> 6 <pre>{{license}}</pre>
7 </div> 7 </div>
8 </div> 8 </div>
9 9
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698