OLD | NEW |
(Empty) | |
| 1 <html> |
| 2 <head> |
| 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> |
| 11 <br> |
| 12 <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br> |
| 13 <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br> |
| 14 <br><br> |
| 15 <h3>SafeBrowsing</h3> |
| 16 <a href='safebrowsing?type=malware'>Malware</a><br> |
| 17 <a href='safebrowsing?type=phishing'>Phishing</a><br> |
| 18 <a href='safebrowsing?type=clientside_malware'>Client Side Malware</a><br> |
| 19 <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br> |
| 20 </body> |
| 21 </html> |
OLD | NEW |