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/register.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/register.js') diff --git a/static/js/register.js b/static/js/register.js index 91377e4..f4039a8 100755 --- a/static/js/register.js +++ b/static/js/register.js @@ -34,7 +34,7 @@ function submitRegistration() { // if (window.history && history.length > 1) // history.go(-1); // else - window.location.href = 'http://dump.fm/'; + window.location.href = '/'; }; var onError = function(resp) { -- cgit v1.2.3-70-g09d2