diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/furieindex.html | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- 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-x | static/furieindex.html | 6 |
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"> |
