OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <title>Interstitials</title> | 3 <title>Interstitials</title> |
4 </head> | 4 </head> |
5 <body> | 5 <body> |
6 <h2>Choose an interstitial<h2> | 6 <h2>Choose an interstitial</h2> |
7 <h3>SSL</h3> | 7 <h3>SSL</h3> |
8 <a href='ssl'>example.com</a><br> | 8 <div> |
9 <a href='ssl?url=https://google.com'>SSL (google.com)</a><br> | 9 <a href='ssl'>example.com</a> |
10 <a href='ssl?overridable=1&strict_enforcement=0'>example.com (Overridable)</a> | 10 </div> |
11 <br> | 11 <div> |
12 <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br> | 12 <a href='ssl?url=https://google.com'>SSL (google.com)</a> |
13 <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br> | 13 </div> |
14 <br><br> | 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> |
15 <h3>SafeBrowsing</h3> | 25 <h3>SafeBrowsing</h3> |
16 <a href='safebrowsing?type=malware'>Malware</a><br> | 26 <div> |
17 <a href='safebrowsing?type=phishing'>Phishing</a><br> | 27 <a href='safebrowsing?type=malware'>Malware</a> |
18 <a href='safebrowsing?type=clientside_malware'>Client Side Malware</a><br> | 28 </div> |
19 <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br> | 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> |
20 </body> | 52 </body> |
21 </html> | 53 </html> |
OLD | NEW |