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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_ui.html

Issue 2894413003: Rename interstitial_v2 files (Closed)
Patch Set: Fix rebase error Created 3 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 side-by-side diff with in-line comments
Download patch
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 a759c82be283aad2c6795f7aa2ed4e372148bd4f..0000000000000000000000000000000000000000
--- a/components/security_interstitials/core/browser/resources/interstitial_ui.html
+++ /dev/null
@@ -1,97 +0,0 @@
-<html>
-<head>
- <title>Interstitials</title>
- <meta name="viewport" content="width=device-width">
- <style>
- body {
- font-family: sans-serif;
- line-height: 1.4;
- }
-
- h3, h4 {
- margin-bottom: 0.5em;
- }
-
- ul {
- margin-top: 0.5em;
- }
- </style>
-</head>
-<body>
- <h2>Choose an interstitial</h2>
- <h3>SSL</h3>
- <ul>
- <li>
- <a href="ssl?overridable=1&strict_enforcement=0">example.com (generic, overridable)</a>
- </li>
- <li>
- <a href="ssl?overridable=0&strict_enforcement=0">
- example.com (generic, non-overridable)
- </a>
- </li>
- <li>
- <a href="ssl?overridable=0&strict_enforcement=1">
- example.com (HSTS, non-overridable)
- </a>
- </li>
- <li>
- <a href="clock?clock_manipulation=2">Clock is ahead</a>
- </li>
- <li>
- <a href="clock?clock_manipulation=-2">Clock is behind</a>
- </li>
- </ul>
- <h3>SafeBrowsing</h3>
- <h4>Loud</h4>
- <ul>
- <li>
- <a href="safebrowsing?type=malware">Malware</a>
- </li>
- <li>
- <a href="safebrowsing?type=phishing">Phishing</a>
- </li>
- <li>
- <a href="safebrowsing?type=clientside_malware">Client Side Malware</a>
- </li>
- <li>
- <a href="safebrowsing?type=clientside_phishing">Client Side Phishing</a>
- </li>
- </ul>
- <h4>Quiet (WebView)</h4>
- <ul>
- <li>
- <a href="quietsafebrowsing?type=malware">Malware</a>
- </li>
- <li>
- <a href="quietsafebrowsing?type=phishing">Phishing</a>
- </li>
- <li>
- <a href="quietsafebrowsing?type=giant">Giant</a>
- </li>
- </ul>
- <h3>Captive Portal</h3>
- <ul>
- <li>
- <a href="captiveportal">Captive Portal, Non-WiFi</a>
- </li>
- <li>
- <a href="captiveportal?is_wifi=1">
- Captive Portal, WiFi
- </a>
- </li>
- <li>
- <a href="captiveportal?is_wifi=1&wifi_name=CoffeeShopWiFi">
- Captive Portal, WiFi with network name "CoffeeShopWiFi"
- </a>
- </li>
- </ul>
- <h3>Supervised Users</h3>
- <ul>
- <li>
- <a href="supervised_user">
- Supervised User
- </a>
- </li>
- </ul>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698