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 --- template/slimer.st | 110 ++++++++++++++++++++++++++--------------------------- 1 file changed, 55 insertions(+), 55 deletions(-) (limited to 'template/slimer.st') diff --git a/template/slimer.st b/template/slimer.st index 405388f..6066bd9 100755 --- a/template/slimer.st +++ b/template/slimer.st @@ -109,13 +109,13 @@ a.img_roll:link, .img_roll{ width:130px; height:46px; display:block; - background-image:url(http://hump.fm/static/img/dumppixel.png); + background-image:url(/static/img/dumppixel.png); } a.img_roll:hover{ width:130px; height:46px; display:block; - background-image:url(http://hump.fm/static/img/dumppixelhover.png); + background-image:url(/static/img/dumppixelhover.png); } a{text-decoration:none;color:#f0e; font-size:100%;} @@ -125,14 +125,14 @@ font-size:100%;} - + - +