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/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'static/index.html') diff --git a/static/index.html b/static/index.html index 08df9ad..fd6afe7 100755 --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@ dump.fm - + @@ -72,7 +72,7 @@ background-color:#fff; font-family:Arial, Helvetica, sans-serif; background:#f0f9ff url(/static/img/fade-blue.png) top center repeat-x; } #content{ - background:url(http://dump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif); + background:url(https://archive.hump.fm/images/20100622/1277257188414-dumpfm-ryder-cloudsslower.gif); background-position:top center; background-repeat:repeat-x; } @@ -323,11 +323,11 @@ padding:5px;