| OLD | NEW |
| 1 <!-- HSTS tab --> | 1 <!-- HSTS tab --> |
| 2 <div id=hstsTabContent> | 2 <div id=hstsTabContent> |
| 3 <p> | 3 <p> |
| 4 HSTS is HTTPS Strict Transport Security: a way for sites to elect to | 4 HSTS is HTTPS Strict Transport Security: a way for sites to elect to |
| 5 always use HTTPS. See <a href="http://dev.chromium.org/sts"> | 5 always use HTTPS. See <a href="http://dev.chromium.org/sts"> |
| 6 http://dev.chromium.org/sts</a>.</p> | 6 http://dev.chromium.org/sts</a>.</p> |
| 7 | 7 |
| 8 <!-- This UI allows a user to query and update the browser's list of | 8 <!-- This UI allows a user to query and update the browser's list of |
| 9 HSTS domains. --> | 9 HSTS domains. --> |
| 10 | 10 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 <h4>Query domain</h4> | 35 <h4>Query domain</h4> |
| 36 | 36 |
| 37 <p>Input a domain name to query the current HSTS set:</p> | 37 <p>Input a domain name to query the current HSTS set:</p> |
| 38 <form id=hstsQueryForm> | 38 <form id=hstsQueryForm> |
| 39 Domain: <input type=text id=hstsQueryInput type="url" | 39 Domain: <input type=text id=hstsQueryInput type="url" |
| 40 placeholder="example.com"/> | 40 placeholder="example.com"/> |
| 41 <input type=submit value="Query" /> | 41 <input type=submit value="Query" /> |
| 42 </form> | 42 </form> |
| 43 <div style="margin-top: 1em; margin-left: 2em;" id=hstsQueryOutput></div> | 43 <div style="margin-top: 1em; margin-left: 2em;" id=hstsQueryOutput></div> |
| 44 </div> | 44 </div> |
| OLD | NEW |