File: safe_browsing.html

package info (click to toggle)
chromium 139.0.7258.138-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,120,676 kB
  • sloc: cpp: 35,100,869; ansic: 7,163,530; javascript: 4,103,002; python: 1,436,920; asm: 946,517; xml: 746,709; pascal: 187,653; perl: 88,691; sh: 88,436; objc: 79,953; sql: 51,488; cs: 44,583; fortran: 24,137; makefile: 22,147; tcl: 15,277; php: 13,980; yacc: 8,984; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (204 lines) | stat: -rw-r--r-- 6,933 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
    <title>Safe Browsing</title>
    <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
    <link rel="stylesheet" href="safe_browsing.css">
  </head>
  <body>
    <div id="header">
      <h1 id="sb-title">Safe Browsing</h1>
    </div>
    <cr-tab-box id='tabbox'>
      <div slot="tab" id="preferences">Preferences</div>
      <div slot="tab" id="csbrr">Client Safe Browsing Report Requests</h1></div>
      <div slot="tab" id="cpr">Client Phishing Requests</h1></div>
      <div slot="tab" id="password-protection">Password Protection</h1></div>
      <div slot="tab" id="urt-lookup">URT Lookup</div>
      <div slot="tab" id="referrer-chain">Referrer Chain</div>
      <div slot="tab" id="log">Log Messages</div>
      <div slot="tab" id="reporting">Reporting Events</div>
<if expr="not is_android">
      <div slot="tab" id="db-manager">Database Manager</div>
      <div slot="tab" id="hash-cache">Hash Cache</div>
</if>
      <div slot="tab" id="download-protection">Download Protection</div>
<if expr="not is_android">
      <div slot="tab" id="deep-scan">Deep Scans</div>
      <div slot="tab" id="hprt-lookup">HPRT Lookup</div>
</if>
      <div slot="panel">
        <h2>Experiments</h2>
        <div class="content">
          <p id="experiments-list" class="result-container"></p>
        </div>
        <h2>Preferences</h2>
        <div class="content">
          <p id="preferences-list" class="result-container"></p>
        </div>
        <h2>Policies</h2>
        <div class="content">
          <p id="policies-list" class="result-container"></p>
        </div>
        <h2>Safe Browsing Cookie</h2>
        <div class="content">
          <p id="cookie-panel" class="result-container"></p>
        </div>
      </div>
      <div slot="panel">
        <h2>CSBRRs (ClientSafeBrowsingReportRequest) sent</h2>
        <div class="content">
          <p id="sent-csbrrs-list" class="result-container"></p>
        </div>
        <h2>Hit Reports sent</h2>
        <div class="content">
          <p id="sent-hit-report-list" class="result-container"></p>
        </div>
      </div>
      <div slot="panel">
        <h2>Client Phishing requests sent</h2>
        <div class="content">
          <p id="sent-client-phishing-requests-list"></p>
        </div>
        <h2>Client Phishing responses sent</h2>
        <div class="content">
          <p id="received-client-phishing-response-list"></p>
        </div>
      </div>
      <div slot="panel">
        <h2>Saved Password Hashes</h2>
        <div class="content">
          <p id="saved-passwords"></p>
        </div>
        <h2>Password Protection Events</h2>
        <div class="content">
          <p id="pg-event-log"></p>
        </div>
        <h2>Security Events</h2>
        <div class="content">
          <p id="security-event-log"></p>
        </div>
        <h2>Password Protection Pings</h2>
        <table id="pg-ping-list" class="request-response"></table>
      </div>
      <div slot="panel">
        <h2>URT Lookup Pings</h2>
        <table id="urt-lookup-ping-list" class="request-response"></table>
      </div>
      <div slot="panel">
        <h2>Referrer Chain</h2>
        <form id="get-referrer-chain-form">
          <input type="text" id="referrer-chain-url">
          <input type="submit" value="Get Chain">
        </form>
        <div class="content">
          <p id="referrer-chain-content"></p>
        </div>
<if expr="is_android">
        <h2>Most Recent Referring App Info (Android)</h2>
        <p id="referring-app-info" class="result-container"></p>
</if>
      </div>
      <div slot="panel">
        <h2>Log Messages</h2>
        <div class="content">
          <p id="log-messages"></p>
        </div>
      </div>
      <div slot="panel">
        <h2>Reporting Events</h2>
        <div class="content">
          <p id="reporting-events"></p>
        </div>
      </div>
<if expr="not is_android">
      <div slot="panel">
        <h2>Database Manager</h2>
        <div class="content">
          <p id="database-info-list" class="result-container"></p>
        </div>
      </div>
      <div slot="panel">
        <h2>Full Hash Cache</h2>
        <div class="content">
          <p id="full-hash-cache-info"></p>
        </div>
      </div>
</if>
      <div slot="panel">
        <h2>Download URLs checked</h2>
        <div class="content">
          <p id="download-urls-checked-list"></p>
        </div>
        <h2>Download requests (ClientDownloadRequest) sent</h2>
        <div class="content">
          <p id="sent-client-download-requests-list"></p>
        </div>
        <h2>Download responses (ClientDownloadResponse) received</h2>
        <div class="content">
          <p id="received-client-download-response-list"></p>
        </div>
<if expr="not is_android">
        <h2>Download TailoredVerdict override</h2>
        <div class="content">
          <p id="tailored-verdict-override-content"></p>
        </div>
        <div class="content">
          <form id="tailored-verdict-override-form">
            <fieldset>
              <legend>TailoredVerdictType</legend>
              <label>
                <input type="radio" name="tailored_verdict_type"
                    value="VERDICT_TYPE_UNSPECIFIED">
                VERDICT_TYPE_UNSPECIFIED
              </label>
              <label>
                <input type="radio" name="tailored_verdict_type"
                    value="COOKIE_THEFT">
                COOKIE_THEFT
              </label>
              <label>
                <input type="radio" name="tailored_verdict_type"
                    value="SUSPICIOUS_ARCHIVE">
                SUSPICIOUS_ARCHIVE
              </label>
            </fieldset>
            <button type="submit">Submit override</button>
            <button id="tailored-verdict-override-clear">Clear override</button>
          </form>
        </div>
</if>
      </div>
<if expr="not is_android">
      <div slot="panel">
        <h2>Deep Scans</h2>
        <table id="deep-scan-list" class="request-response"></table>
      </div>
      <div slot="panel">
        <h2>HPRT Lookup Pings</h2>
        <table id="hprt-lookup-ping-list" class="request-response"></table>
      </div>
</if>
    </cr-tab-box>
    <template id="result-template">
      <div>
        <span class="bold-span"></span>
        <span></span>
      </div>
    </template>
    <template id="cookie-template">
      <div>
        <span class="bold-span">Value: </span>
        <span class="result"></span>
      </div>
      <span class="bold-span">Created: </span>
      <span class="result"></span>
    </template>
    <template id="rt-lookup-template">
      <span class="bold-span">RT Lookup Experiment Enabled: </span>
      <span id="experiment-bool"></span>
    </template>
    <script type="module" src="safe_browsing.js"></script>
  </body>
</html>