We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c59c87 commit 420bfcdCopy full SHA for 420bfcd
1 file changed
docs/static/probe/render.js
@@ -13,7 +13,7 @@ window.ProbeRender = (function () {
13
}
14
15
// Servers temporarily hidden from results (undergoing major changes)
16
- var BLACKLISTED_SERVERS = ['GenHTTP'];
+ var BLACKLISTED_SERVERS = [];
17
function filterBlacklisted(servers) {
18
return servers.filter(function (sv) {
19
return BLACKLISTED_SERVERS.indexOf(sv.name) === -1;
0 commit comments