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/css/mgmt.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'static/css/mgmt.css') diff --git a/static/css/mgmt.css b/static/css/mgmt.css index 1a9edc3..2ff6d8e 100755 --- a/static/css/mgmt.css +++ b/static/css/mgmt.css @@ -63,26 +63,26 @@ a.img_roll:link, .img_roll{ width:130px; height:46px; display:block; - background-image:url(http://dump.fm/static/img/dumppixel.png); + background-image:url(/static/img/dumppixel.png); } .fulltxt a{color:red;} a.img_roll:hover{ width:130px; height:46px; display:block; - background-image:url(http://dump.fm/static/img/dumppixelhover.png); + background-image:url(/static/img/dumppixelhover.png); } a.img_rolldis:link, .img_rolldis{ width:130px; height:46px; display:inline-block; - background-image:url(http://dump.fm/static/img/dumppixel.png); + background-image:url(/static/img/dumppixel.png); } a.img_rolldis:hover{ width:130px; height:46px; display:inline-block; - background-image:url(http://dump.fm/static/img/dumppixelhover.png); + background-image:url(/static/img/dumppixelhover.png); } #userlist a{ @@ -107,7 +107,7 @@ width:190px; } #search-query .search_icon { -background:url("http://dump.fm/static/img/hourglass.png") no-repeat scroll center center transparent; +background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; bottom:3px; cursor:pointer;display:none; left:6px; @@ -453,7 +453,7 @@ a.msg-image-zoom img.zoom-icon:hover { } .search_icon { - background:url("http://dump.fm/static/img/hourglass.png") no-repeat scroll center center transparent; + background:url("/static/img/hourglass.png") no-repeat scroll center center transparent; bottom:3px; cursor:pointer; left:6px; -- cgit v1.2.3-70-g09d2