| Index: components/security_interstitials/core/browser/resources/interstitial_ui.html
|
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_ui.html b/components/security_interstitials/core/browser/resources/interstitial_ui.html
|
| deleted file mode 100644
|
| index 2528e27d380c774b68aa9e5ec1a5a56d2ec32456..0000000000000000000000000000000000000000
|
| --- a/components/security_interstitials/core/browser/resources/interstitial_ui.html
|
| +++ /dev/null
|
| @@ -1,61 +0,0 @@
|
| -<html>
|
| -<head>
|
| - <title>Interstitials</title>
|
| -</head>
|
| -<body>
|
| - <h2>Choose an interstitial</h2>
|
| - <h3>SSL</h3>
|
| - <div>
|
| - <a href="ssl?overridable=1&strict_enforcement=0">example.com (generic, overridable)</a>
|
| - </div>
|
| - <div>
|
| - <a href="ssl?overridable=0&strict_enforcement=0">
|
| - example.com (generic, non-overridable)
|
| - </a>
|
| - </div>
|
| - <div>
|
| - <a href="ssl?overridable=0&strict_enforcement=1">
|
| - example.com (HSTS, non-overridable)
|
| - </a>
|
| - </div>
|
| - <div>
|
| - <a href="clock?clock_manipulation=2">Clock is ahead</a>
|
| - </div>
|
| - <div>
|
| - <a href="clock?clock_manipulation=-2">Clock is behind</a>
|
| - </div>
|
| - <h3>SafeBrowsing</h3>
|
| - <div>
|
| - <a href="safebrowsing?type=malware">Malware</a>
|
| - </div>
|
| - <div>
|
| - <a href="safebrowsing?type=phishing">Phishing</a>
|
| - </div>
|
| - <div>
|
| - <a href="safebrowsing?type=clientside_malware">Client Side Malware</a>
|
| - </div>
|
| - <div>
|
| - <a href="safebrowsing?type=clientside_phishing">Client Side Phishing</a>
|
| - </div>
|
| - <h3>Captive Portal</h3>
|
| - <div>
|
| - <a href="captiveportal">Captive Portal, Non-WiFi</a>
|
| - </div>
|
| - <div>
|
| - <a href="captiveportal?is_wifi=1">
|
| - Captive Portal, WiFi
|
| - </a>
|
| - </div>
|
| - <div>
|
| - <a href="captiveportal?is_wifi=1&wifi_name=CoffeeShopWiFi">
|
| - Captive Portal, WiFi with network name "CoffeeShopWiFi"
|
| - </a>
|
| - </div>
|
| - <h3>Supervised Users</h3>
|
| - <div>
|
| - <a href="supervised_user">
|
| - Supervised User
|
| - </a>
|
| - </div>>
|
| -</body>
|
| -</html>
|
|
|