Add js web stuff to landing page + documentation

This commit is contained in:
2026-07-14 10:33:12 -04:00
parent fec8ef4a3e
commit 02a6dc6c48
435 changed files with 69567 additions and 1522 deletions

View File

@@ -123,7 +123,6 @@ func TestNameContainsProfanity(t *testing.T) {
// Profanity in hyphenated or multi-word name
{"Fuck-Face", true},
{"Dick Head", true},
// Leet speak
{"b1tch", true},
@@ -132,7 +131,6 @@ func TestNameContainsProfanity(t *testing.T) {
{"fvck", false}, // not in leet map, won't match
{"f4g", true},
{"4ss", true},
{"d1ck", true},
{"pu$$y", true},
// Empty