We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40bc51 commit 2322f37Copy full SHA for 2322f37
1 file changed
docs/static/probe/render.js
@@ -8,7 +8,7 @@ window.ProbeRender = (function () {
8
var pillCss = 'text-align:center;padding:2px 4px;font-size:11px;font-weight:600;color:#fff;border-radius:3px;min-width:28px;display:inline-block;line-height:18px;';
9
10
// Servers temporarily hidden from results (undergoing major changes)
11
- var BLACKLISTED_SERVERS = ['GenHTTP', 'SimpleW'];
+ var BLACKLISTED_SERVERS = ['GenHTTP'];
12
function filterBlacklisted(servers) {
13
return servers.filter(function (sv) {
14
return BLACKLISTED_SERVERS.indexOf(sv.name) === -1;
0 commit comments