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

Unified Diff: chrome/browser/resources/net_internals/index.html

Issue 6793026: Initial support for HSTS certificate locking. This isn't a finished work, but (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/net_internals/index.html
===================================================================
--- chrome/browser/resources/net_internals/index.html (revision 80507)
+++ chrome/browser/resources/net_internals/index.html (working copy)
@@ -387,7 +387,8 @@
<form id=hstsAddForm>
Domain: <input type=text id=hstsAddInput type="url"
placeholder="example.com"/><br/>
- Include subdomains: <input type="checkbox" id=hstsCheckInput />
+ Include subdomains: <input type="checkbox" id=hstsCheckInput /><br/>
+ Certificate fingerprint pins: <input type=text id=hstsAddPins />
<input type=submit value="Add" />
</form>

Powered by Google App Engine
This is Rietveld 408576698