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/index2.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/index2.html')
| -rwxr-xr-x | static/index2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index2.html b/static/index2.html index 1d05caf..8f4e654 100755 --- a/static/index2.html +++ b/static/index2.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,7 +62,7 @@ $(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="/static/css/reset.css"> <link rel="stylesheet" href="static/css/nivo-slider.css" type="text/css" media="screen" /> <style> |
