From fc9a4ea22eb91757b95cbe1bf1708be17fc2337a Mon Sep 17 00:00:00 2001 From: yo momma Date: Tue, 27 Jan 2026 03:33:16 +0000 Subject: Fix HTTPS/mixed content; make config env-driven - Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps --- static/js/src/messages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/src/messages.js') diff --git a/static/js/src/messages.js b/static/js/src/messages.js index f7d0877..bdc738e 100755 --- a/static/js/src/messages.js +++ b/static/js/src/messages.js @@ -195,7 +195,7 @@ function refresh() { var onError = function(resp, textStatus, errorThrown) { var msg = $.trim(resp.responseText); if (msg == "UNKNOWN_ROOM") - location.href = "http://dump.fm"; + location.href = "/"; if (IsAdmin && window.console) { console.error(resp, textStatus, errorThrown); } -- cgit v1.2.3-70-g09d2