summaryrefslogtreecommitdiff
path: root/static/furieindex.html
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-27 03:33:16 +0000
committeryo momma <shutup@oops.wtf>2026-01-27 03:33:16 +0000
commitfc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch)
tree76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/furieindex.html
parent25b74138d68ade87689e714f10e1f3116da5bbee (diff)
Fix HTTPS/mixed content; make config env-drivenHEADmaster2026
- 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
Diffstat (limited to 'static/furieindex.html')
-rwxr-xr-xstatic/furieindex.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/furieindex.html b/static/furieindex.html
index bcf44c9..b639d1e 100755
--- a/static/furieindex.html
+++ b/static/furieindex.html
@@ -22,7 +22,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<META NAME="keywords" CONTENT="dump.fm, image chat, realtime, internet 3.0, dump, dump fm, image dump, pictures, image links, image board">
<META NAME="description" CONTENT="Talk with pictures!">
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
+ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script type="text/javascript" src="/static/js/sha1.js"></script>
<script type="text/javascript" src="/static/js/home.js"></script>
<script type="text/javascript" src="/static/js/jquery.nivo.slider.pack.js"></script>
@@ -62,8 +62,8 @@ $(document).ready(function() {
});
</script>
-<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/reset.css">
-<link rel="stylesheet" type="text/css" href="http://dump.fm/static/css/index.css">
+<link rel="stylesheet" type="text/css" href="/static/css/reset.css">
+<link rel="stylesheet" type="text/css" href="/static/css/index.css">
<link rel="stylesheet" href="static/css/nivo-slider.css" type="text/css" media="screen" />
<link rel="shortcut icon" href="static/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">