Remove pre-1.0 audit and protected request scaffolding

This commit is contained in:
npc0-hue
2026-08-20 23:42:02 +08:00
parent 40b35b05c7
commit a7e2e4c6c0
130 changed files with 526 additions and 3767 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"browser.local/platform/dto"
)
// sourceRCONCommands is kept as legacy service plumbing but is not registered as a browser product route.
// sourceRCONCommands dispatches a one-time SCUM Source RCON command through Run.
func (h *coreHandlers) sourceRCONCommands(w http.ResponseWriter, r *http.Request) {
if r.Method != http.MethodPost {
writeMethodNotAllowed(w, http.MethodPost)