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

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

Issue 1189413003: Added CaptivePortal Interstitial to chrome://interstitials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to the chrome://interstitials html page Created 5 years, 6 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
« no previous file with comments | « no previous file | chrome/browser/ssl/captive_portal_blocking_page.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 <a href='ssl'>example.com</a><br>
9 <a href='ssl?url=https://google.com'>SSL (google.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> 10 <a href='ssl?overridable=1&strict_enforcement=0'>example.com (Overridable)</a>
11 <br> 11 <br>
12 <a href='ssl?clock_manipulation=2'>Clock is ahead</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> 13 <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br>
14 <br><br> 14 <br><br>
15 <h3>SafeBrowsing</h3> 15 <h3>SafeBrowsing</h3>
16 <a href='safebrowsing?type=malware'>Malware</a><br> 16 <a href='safebrowsing?type=malware'>Malware</a><br>
17 <a href='safebrowsing?type=phishing'>Phishing</a><br> 17 <a href='safebrowsing?type=phishing'>Phishing</a><br>
18 <a href='safebrowsing?type=clientside_malware'>Client Side Malware</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> 19 <a href='safebrowsing?type=clientside_phishing'>Client Side Phishing</a><br>
20 <br><br>
21 <h3>Captive Portal</h3>
22 <a href='captiveportal'>google.com (Captive Portal, Non-Wifi)</a><br>
23 <a href='captiveportal?is_wifi=1'>google.com (Captive Portal, on some Wifi)</a ><br>
Bernhard Bauer 2015/06/22 22:02:49 Break this line after the <a> so it fits into 80 c
Bhanu Dev 2015/06/22 23:16:53 Done.
24 <a href='captiveportal?is_wifi=1&wifi_name=CoffeeShopWifi'>google.com (Captive Portal, on wifi "CoffeeShopWifi")</a><br>
20 </body> 25 </body>
21 </html> 26 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ssl/captive_portal_blocking_page.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698