summaryrefslogtreecommitdiff
path: root/template/rooms/atrium.st
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 /template/rooms/atrium.st
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 'template/rooms/atrium.st')
-rwxr-xr-xtemplate/rooms/atrium.st4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/rooms/atrium.st b/template/rooms/atrium.st
index 338ebef..edd83cb 100755
--- a/template/rooms/atrium.st
+++ b/template/rooms/atrium.st
@@ -49,7 +49,7 @@
$if(user_nick)$ //
$else$
function showAlert() {
- alert('Join dump.fm @ http://hump.fm/register');
+ alert('Join dump.fm @ /register');
}
$endif$
@@ -77,7 +77,7 @@
<div id="midtxt">dump.fm lets you <i>talk with pictures!</i> Paste an image url, upload, or snap a pic right from your webcam. Talk to friends, fav images, and keep track of the pix you love.
<br><br>
<span id="signintxt">
- If you already have an account <strong><a href="http://hump.fm/login" class="signin">sign in</a></strong> If not <strong><a href="http://hump.fm/register">register</a></strong>!
+ If you already have an account <strong><a href="/login" class="signin">sign in</a></strong> If not <strong><a href="/register">register</a></strong>!
</span>
</center>
</div>