Skip to content

Commit 420bfcd

Browse files
committed
Reenable GenHTTP
1 parent 7c59c87 commit 420bfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/static/probe/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ window.ProbeRender = (function () {
1313
}
1414

1515
// Servers temporarily hidden from results (undergoing major changes)
16-
var BLACKLISTED_SERVERS = ['GenHTTP'];
16+
var BLACKLISTED_SERVERS = [];
1717
function filterBlacklisted(servers) {
1818
return servers.filter(function (sv) {
1919
return BLACKLISTED_SERVERS.indexOf(sv.name) === -1;

0 commit comments

Comments
 (0)