mirror of
https://github.com/boringproxy/boringproxy.git
synced 2025-02-25 18:55:29 -06:00
Change delete to work without a page navigation.
Uses more CSS checkbox hackery.
This commit is contained in:
@@ -272,7 +272,7 @@ func (h *WebUiHandler) handleWebUiRequest(w http.ResponseWriter, r *http.Request
|
||||
return
|
||||
}
|
||||
|
||||
http.Redirect(w, r, "/#/tunnels", 307)
|
||||
//http.Redirect(w, r, "/#/tunnels", 307)
|
||||
|
||||
case "/tokens":
|
||||
h.handleTokens(w, r, user, tokenData)
|
||||
|
||||
Reference in New Issue
Block a user