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

Unified Diff: chrome/browser/resources/net_internals/hsts-view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 5 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/hsts-view.html
===================================================================
--- chrome/browser/resources/net_internals/hsts-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/hsts-view.html (working copy)
@@ -1,44 +0,0 @@
-<!-- HSTS tab -->
-<div id=hstsTabContent>
- <p>
- HSTS is HTTPS Strict Transport Security: a way for sites to elect to
- always use HTTPS. See <a href="http://dev.chromium.org/sts">
- http://dev.chromium.org/sts</a>.</p>
-
- <!-- This UI allows a user to query and update the browser's list of
- HSTS domains. -->
-
- <h4>Add domain</h4>
-
- <p>Input a domain name to add it to the HSTS set:</p>
- <form id=hstsAddForm>
- Domain: <input type=text id=hstsAddInput type="url"
- placeholder="example.com"/><br/>
- Include subdomains: <input type="checkbox" id=hstsCheckInput /><br/>
- Public key fingerprints: <input type=text id=hstsAddPins style="width: 25em;"/><br/>
- <p style="font-size: small; color: gray; font-style: italic; margin-left: 2em; max-width: 40em;">(public key fingerprints are comma separated and consist of the hash function followed by a foreslash and the base64 encoded fingerprint, for example <tt>sha1/Guzek9lMwR3KeIS8wwS9gBvVtIg=</tt>)</p>
- <input type=submit value="Add" />
- </form>
-
- <h4>Delete domain</h4>
-
- <p>
- Input a domain name to delete it from the HSTS set
- (<i>you cannot delete preloaded entries</i>):
- </p>
- <form id=hstsDeleteForm>
- Domain: <input type=text id=hstsDeleteInput type="url"
- placeholder="example.com"/>
- <input type=submit value="Delete" />
- </form>
-
- <h4>Query domain</h4>
-
- <p>Input a domain name to query the current HSTS set:</p>
- <form id=hstsQueryForm>
- Domain: <input type=text id=hstsQueryInput type="url"
- placeholder="example.com"/>
- <input type=submit value="Query" />
- </form>
- <div style="margin-top: 1em; margin-left: 2em;" id=hstsQueryOutput></div>
-</div>
« no previous file with comments | « chrome/browser/resources/net_internals/eventsview.js ('k') | chrome/browser/resources/net_internals/hsts_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698