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/miatile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/css/miatile.css') diff --git a/static/css/miatile.css b/static/css/miatile.css index ee07316..4c96b91 100755 --- a/static/css/miatile.css +++ b/static/css/miatile.css @@ -2,7 +2,7 @@ body { width: 800px;color:#000;padding-bottom:50px;margin-top:-5px;margin:0 auto 0; font-family: sans-serif; font-style: oblique; background:-moz-linear-gradient(top, pink, #000 50%, #000 51%, lightyellow); background:-webkit-gradient(linear, left top, left bottom, from(pink), color-stop(50%, #000), color-stop(51%, #000), to(red));background-attachment:fixed; -background-image:url('http://dump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc; +background-image:url('https://archive.hump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc; } .page-title { -- cgit v1.2.3-70-g09d2