summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/security_warnings/interstitial_ui.html
blob: a2fc0275f41acf515e07ec85d43946e0505b7311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
  <title>Interstitials</title>
</head>
<body>
  <h2>Choose an interstitial<h2>
  <h3>SSL</h3>
  <a href='ssl'>example.com</a><br>
  <a href='ssl?url=https://google.com'>SSL (google.com)</a><br>
  <a href='ssl?overridable=1&strict_enforcement=0'>example.com (Overridable)</a>
  <br>
  <a href='ssl?clock_manipulation=2'>Clock is ahead</a><br>
  <a href='ssl?clock_manipulation=-2'>Clock is behind</a><br>
  <br><br>
  <h3>SafeBrowsing</h3>
  <a href='safebrowsing?type=malware'>Malware</a><br>
  <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>
</body>
</html>