Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / security_warnings / interstitial_ui.html
blob5b4c93cf83fff62a4904b060ace63ea180e41d82
1 <html>
2 <head>
3 <title>Interstitials</title>
4 </head>
5 <body>
6 <h2>Choose an interstitial</h2>
7 <h3>SSL</h3>
8 <div>
9 <a href='ssl'>example.com</a>
10 </div>
11 <div>
12 <a href='ssl?url=https://google.com'>SSL (google.com)</a>
13 </div>
14 <div>
15 <a href='ssl?overridable=1&strict_enforcement=0'>
16 example.com (Overridable)
17 </a>
18 </div>
19 <div>
20 <a href='ssl?clock_manipulation=2'>Clock is ahead</a>
21 </div>
22 <div>
23 <a href='ssl?clock_manipulation=-2'>Clock is behind</a>
24 </div>
25 <h3>SafeBrowsing</h3>
26 <div>
27 <a href='safebrowsing?type=malware'>Malware</a>
28 </div>
29 <div>
30 <a href='safebrowsing?type=phishing'>Phishing</a>
31 </div>
32 <div>
33 <a href='safebrowsing?type=clientside_malware'>Client Side Malware</a>
34 </div>
35 <div>
36 <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a>
37 </div>
38 <h3>Captive Portal</h3>
39 <div>
40 <a href='captiveportal'>google.com (Captive Portal, Non-Wifi)</a>
41 </div>
42 <div>
43 <a href='captiveportal?is_wifi=1'>
44 google.com (Captive Portal, on some Wifi)
45 </a>
46 </div>
47 <div>
48 <a href='captiveportal?is_wifi=1&wifi_name=CoffeeShopWifi'>
49 google.com (CaptivePortal, on wifi "CoffeeShopWifi")
50 </a>
51 </div>
52 </body>
53 </html>