Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: chrome/browser/resources/security_warnings/interstitial_ui.html

Issue 940543003: added clock interstitial to chrome://interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chrome/browser/ssl/ssl_blocking_page.cc Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <html>
2 <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.
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'>
11 example.com (Overridable)</a><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'>
19 Client Side Malware</a><br>
20 <a href='safebrowsing?type=clientside_phishing'>
21 Client Side Phishing</a><br>
22 </body>
23 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698