Skip to content

Commit 2322f37

Browse files
MDA2AVclaude
andcommitted
Remove SimpleW from blacklisted servers
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a40bc51 commit 2322f37

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
@@ -8,7 +8,7 @@ window.ProbeRender = (function () {
88
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;';
99

1010
// Servers temporarily hidden from results (undergoing major changes)
11-
var BLACKLISTED_SERVERS = ['GenHTTP', 'SimpleW'];
11+
var BLACKLISTED_SERVERS = ['GenHTTP'];
1212
function filterBlacklisted(servers) {
1313
return servers.filter(function (sv) {
1414
return BLACKLISTED_SERVERS.indexOf(sv.name) === -1;

0 commit comments

Comments
 (0)