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 |
index a2fc0275f41acf515e07ec85d43946e0505b7311..69892f7d3948189affae72f93400936727ad5622 100644 |
--- a/chrome/browser/resources/security_warnings/interstitial_ui.html |
+++ b/chrome/browser/resources/security_warnings/interstitial_ui.html |
@@ -17,5 +17,11 @@ |
<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> |
+ <br><br> |
+ <h3>Captive Portal</h3> |
+ <a href='captiveportal?url=https://google.com&landing_page=https://captive.portal/login'>google.com (Captive Portal)</a><br> |
meacer
2015/06/19 22:50:37
Is this not the same as non-wifi? So you have thre
Bhanu Dev
2015/06/19 23:21:33
Done.
|
+ <a href='captiveportal?url=https://google.com&landing_page=https://captive.portal/login&is_wifi=1'>google.com (Captive Portal, on some Wifi)</a><br> |
+ <a href='captiveportal?url=https://google.com&landing_page=https://captive.portal/login&is_wifi=1&wifi_name=CoffeeShopWifi'>google.com (CaptivePortal, on wifi "CoffeeShopWifi")</a><br> |
+ <a href='captiveportal?url=https://google.com&landing_page=https://captive.portal/login&is_wifi=0'>google.com (Captive Portal, Non-Wifi)</a><br> |
</body> |
</html> |