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/weedpile.st | 152 +++++++++++++++++++++++++-------------------------- 1 file changed, 76 insertions(+), 76 deletions(-) (limited to 'template/weedpile.st') diff --git a/template/weedpile.st b/template/weedpile.st index 9f7f058..5966933 100755 --- a/template/weedpile.st +++ b/template/weedpile.st @@ -105,13 +105,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%;} @@ -119,14 +119,14 @@ font-size:100%;} - + - +