Chromium Code Reviews| Index: chrome/browser/resources/security_warnings/interstitial_ui.html |
| diff --git a/chrome/browser/resources/security_warnings/interstitial_ui.html b/chrome/browser/resources/security_warnings/interstitial_ui.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..afd82e77d7aaf6e601374a49ab0d3ab2b1b1df1f |
| --- /dev/null |
| +++ b/chrome/browser/resources/security_warnings/interstitial_ui.html |
| @@ -0,0 +1,23 @@ |
| +<html> |
| + <head> |
|
felt
2015/02/26 05:26:13
nit: can you pls reformat this so it doesn't use 6
Bernhard Bauer
2015/02/26 14:21:44
In addition, I would probably not indent the conte
fahl
2015/02/26 17:33:19
Done.
fahl
2015/02/26 17:33:19
Done.
|
| + <title>Interstitials</title> |
| + </head> |
| + <body> |
| + <h2>Choose an interstitial<h2> |
| + <h3>SSL</h3> |
| + <a href='ssl'>example.com</a><br> |
| + <a href='ssl?url=https://google.com'>SSL (google.com)</a><br> |
| + <a href='ssl?overridable=1&strict_enforcement=0'> |
| + example.com (Overridable)</a><br> |
| + <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br> |
| + <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br> |
| + <br><br> |
| + <h3>SafeBrowsing</h3> |
| + <a href='safebrowsing?type=malware'>Malware</a><br> |
| + <a href='safebrowsing?type=phishing'>Phishing</a><br> |
| + <a href='safebrowsing?type=clientside_malware'> |
| + Client Side Malware</a><br> |
| + <a href='safebrowsing?type=clientside_phishing'> |
| + Client Side Phishing</a><br> |
| + </body> |
| +</html> |