| Index: chrome/browser/resources/net_internals/hsts_view.html
|
| ===================================================================
|
| --- chrome/browser/resources/net_internals/hsts_view.html (revision 158318)
|
| +++ chrome/browser/resources/net_internals/hsts_view.html (working copy)
|
| @@ -21,8 +21,8 @@
|
| Domain: <input type=text id=hsts-view-add-input type="url"
|
| placeholder="example.com"><br>
|
| Include subdomains: <input type="checkbox" id=hsts-view-check-input><br>
|
| - Public key fingerprints: <input type=text id=hsts-view-add-pins 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>
|
| + Public key fingerprints: <input type=text id=hsts-view-add-pins style="width: 25em; max-width: 100%;"><br>
|
| + <p style="font-size: small; color: gray; font-style: italic; margin-left: 2em; max-width: 40em; max-width: 100%;">(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" id=hsts-view-add-submit>
|
| </form>
|
|
|
|
|