OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <head> | |
Bernhard Bauer
2015/02/26 18:35:43
Unindent this as well if you unindent the <body>.
fahl
2015/02/26 18:50:49
Done.
fahl
2015/02/26 18:50:49
Should chrome/browser/resources/security_warnings/
felt
2015/02/26 18:56:27
Feel free to fix that also, but please do it in a
| |
3 <title>Interstitials</title> | |
4 </head> | |
5 <body> | |
6 <h2>Choose an interstitial<h2> | |
7 <h3>SSL</h3> | |
8 <a href='ssl'>example.com</a><br> | |
9 <a href='ssl?url=https://google.com'>SSL (google.com)</a><br> | |
10 <a href='ssl?overridable=1&strict_enforcement=0'>example.com (Overridable)</a> <br> | |
Bernhard Bauer
2015/02/26 18:35:43
I think the </a> hits exactly 80 columns, so just
fahl
2015/02/26 18:50:49
Done.
| |
11 <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br> | |
12 <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br> | |
13 <br><br> | |
14 <h3>SafeBrowsing</h3> | |
15 <a href='safebrowsing?type=malware'>Malware</a><br> | |
16 <a href='safebrowsing?type=phishing'>Phishing</a><br> | |
17 <a href='safebrowsing?type=clientside_malware'>Client Side Malware</a><br> | |
18 <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br> | |
19 </body> | |
20 </html> | |
OLD | NEW |