-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.template.ejs
293 lines (287 loc) · 12.4 KB
/
index.template.ejs
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>Chromium Checker</title>
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="shortcut icon" href="/assets/favicon/favicon.ico">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="msapplication-config" content="/assets/favicon/browserconfig.xml">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<div data-template="detect-version">
<div class="card mt-4 mb-4 version-history">
<div class="card-body">
<h5 class="card-title">
<div>
<span data-tt="version"></span>
<small data-tt="release" class="text-muted"></small>
</div>
<div class="dropdown" data-tt="vulnerabilitiescontainer">
<button data-tt="vulnerabilitiesbutton" class="btn btn-sm dropdown-toggle" type="button" data-bs-toggle="dropdown">
Fixes <span data-tt="vulnerabilities"></span> vulnerabilities
</button>
<ul class="dropdown-menu dropdown-menu-end" data-tt="vulnerabilitieslist">
</ul>
</div>
</h5>
<div data-tt="tests"></div>
</div>
</div>
</div>
<div data-template="detect-version-test">
<li class="list-group-item p-3">
<div>
<span class="badge" data-tt="status"></span>
<span data-tt="name"></span>
</div>
<a data-tt="info" target="_blank">More info</a>
</li>
</div
<main>
<a class="github-fork-ribbon" href="https://github.com/wavebox/chromium-checker-site" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">
Fork me on GitHub
</a>
<div id="masthead">
<div class="container">
<div class="row align-items-xs-center">
<div class="col-sm-6 text-center text-md-start">
<img src="/assets/logo.png" class="logo" />
</div>
<div class="col-sm-6 text-center text-md-start">
<h1 class="mb-3">Is my Chromium browser up to date?</h1>
<p class="mb-4">
Check if your Chromium browser is up to date and secure by using feature
detection to look for the latest features.
</p>
</div>
</div>
</div>
</div>
<div id="not-chromium" class="hide">
<div class="container">
<div class="row">
<div class="col-sm-6 offset-sm-3 detection">
<h3 class="mb-4 title text-center">
<div data-hook="detected-firefox" class="hide">
<img src="/assets/firefox.svg" class="browser-icon" />
It looks like you're using firefox
</div>
<div data-hook="detected-safari" class="hide">
<img src="/assets/safari.png" class="browser-icon" />
It looks like you're using Safari
</div>
<div data-hook="detected-unknown" class="hide">
<i class="bi bi-question-circle-fill"></i>
It doesn't look like your using a browser that's built on Chromium.
</div>
</h3>
<p class="text-muted text-center">
Chromium Checker only works with browsers that are built on <a href="https://www.chromium.org/chromium-projects/" target="_blank">Chromium.</a>
If you still want to give this a try, why not try in one of these browsers...
</p>
</div>
<div class="col-sm-6 offset-sm-3 alternative-browsers">
<div class="list-group" data-hook="alternative-browsers">
<a class="list-group-item list-group-item-action" href="https://brave.com/download" target="_blank">
<img src="/assets/brave.png" class="browser-icon" />
Brave
</a>
<a class="list-group-item list-group-item-action" href="https://chrome.google.com" target="_blank">
<img src="/assets/chrome.svg" class="browser-icon" />
Google Chrome
</a>
<a class="list-group-item list-group-item-action" href="https://microsoft.com/edge" target="_blank">
<img src="/assets/edge.svg" class="browser-icon" />
Microsoft Edge
</a>
<a class="list-group-item list-group-item-action" href="https://opera.com/download" target="_blank">
<img src="/assets/opera.png" class="browser-icon" />
Opera
</a>
<a class="list-group-item list-group-item-action" href="https://vivaldi.com/download/" target="_blank">
<img src="/assets/vivaldi.svg" class="browser-icon" />
Vivaldi
</a>
<a class="list-group-item list-group-item-action" href="https://wavebox.io/download" target="_blank">
<img src="/assets/wavebox.svg" class="browser-icon" />
Wavebox
</a>
</div>
</div>
</div>
</div>
</div>
<div id="is-chromium" class="hide">
<div id="chromium-recent" class="hide">
<div class="container">
<div class="row browser-info">
<div class="col-sm-6 offset-sm-3">
<h4 class="mb-4 title">
<img src='' data-hook="browser-icon" />
<div>
It looks like you're using <span data-hook="browser-name"></span> <span data-hook="detected-version"></span>
</div>
</h4>
<h4 class="mb-4 title">
<i class="bi bi-check-circle-fill"></i>
<div>
Your browser is using an up to date version of Chromium
</div>
</h4>
</div>
</div>
</div>
</div>
<div id="chromium-outdated" class="hide">
<div class="container">
<div class="row browser-info">
<div class="col-sm-6 offset-sm-3">
<h4 class="mb-4 title">
<img src='' data-hook="browser-icon" />
<div>
It looks like you're using <span data-hook="browser-name"></span> <span data-hook="detected-version"></span>
</div>
</h4>
<h4 class="mb-4 title">
<i class="bi bi-exclamation-triangle-fill"></i>
<div>
Your browser is out of date!
</div>
</h4>
</div>
</div>
<div class="row">
<div class="col-sm-6 offset-sm-3">
<h5>There are <span data-hook="vulnerability-count"></span> known vulnerabilities in this version</h5>
<div class="list-group" id="vulnerability-list">
</div>
</div>
</div>
</div>
</div>
<div id="chromium-claims-incorrect" class="hide">
<div class="container">
<div class="row browser-info">
<div class="col-sm-6 offset-sm-3">
<h4 class="mb-4 title">
<i class="bi bi-exclamation-triangle-fill"></i>
<div>Your browser is spoofing it's version number</div>
</h4>
<div class="title">
<i class="bi bi-exclamation-triangle-fill" style="visibility: hidden;"></i>
<div>
<div class="text-small">Claims to be Chromium <span data-hook="browser-version"></span></div>
<div>Detected Chromium <span data-hook="detected-version"></span></div>
<br />
<div>
<small>
<b>Why does this matter?</b> Some browsers spoof their version number to pretend to
be more up to date than what they are. This can bypass security checks that are
meant to keep you safe and expose you to known vulnerabilities.
</small>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br />
<div class="container">
<div class="row mb-2">
<div class="col-sm-8 offset-sm-2">
<h3 class="text-blue">How did we figure this out?</h3>
</div>
</div>
<br />
<div class="row mt-2 mb-2">
<div class="col-sm-8 offset-sm-2">
<h5 class="text-blue mb-0">
This is what your browser advertises in the UserAgent & Client hints...
</h5>
<hr class="mt-1" />
<div class="hide" data-hook="ua-matching-useragent">
<small>
<strong class="text-blue">User Agent :</strong>
<span class="text-muted" data-hook="ua-useragent"></span>
</small>
</div>
<div class="hide" data-hook="ua-differing-useragent">
<div>
<small>
<strong class="text-blue">User Agent (Request Headers):</strong>
<span class="text-muted" data-hook="ua-useragent-headers"></span>
</small>
</div>
<div>
<small>
<strong class="text-blue">User Agent (JavaScript):</strong>
<span class="text-muted" data-hook="ua-useragent-js"></span>
</small>
</div>
</div>
<div>
<small>
<strong class="text-blue">Client Hints:</strong>
<span class="text-muted" data-hook="ua-client-hints"></span>
</small>
</div>
</div>
</div>
<br />
<div class="row mt-2">
<div class="col-sm-8 offset-sm-2">
<h5 class="text-blue mb-0">
We did some detection and checked available features
against known features in each version of Chromium...
</h5>
<hr class="mt-1" />
<p class="text-muted">
<small>
Each release of Chromium includes a new set of features that are
documented on the <a href="https://chromestatus.com/features" target="_blanl">Chrome Platform Status</a>
page. We can check to see if these features are present in your browser
and then figure out which version of Chromium is being used. Below
are what we looked for against each version and whether they could be
found or not.
</small>
</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-8 offset-sm-2">
<div id="detection-tests"></div>
</div>
</div>
</div>
</div>
</main>
<footer>
<div class="container">
<div class="row align-items-xs-center">
<div class="col-md-8 offset-md-2 text-center text-md-start" style="display: flex; align-items: center;">
<img src="/assets/wavebox.svg" class="logo" />
<div>
<div>Chromium Checker has been created by Wavebox.</div>
<div><small>© 2022 Wavebox. All rights reserved.</small></div>
<div>
<a href="https://wavebox.io">Wavebox</a>
<a href="https://github.com/wavebox/chromium-checker-site">GitHub</a>
</div>
</div>
</div>
</div>
</div>
</footer>
<script src="https://chromiumchecker.com/versions.js" type="text/javascript"></script>
<script src="https://chromiumchecker.com/cve.js" type="text/javascript"></script>
<script src="https://chromiumchecker.com/useragent.js" type="text/javascript"></script>
</body>
</html>