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 /template/profile.st | |
| 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 'template/profile.st')
| -rwxr-xr-x | template/profile.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/profile.st b/template/profile.st index 20aad71..468deac 100755 --- a/template/profile.st +++ b/template/profile.st @@ -5,7 +5,7 @@ <meta property="og:title" content="$nick$'s dump.fm"/> <meta property="og:site_name" content="dump.fm"/> <meta property="og:type" content="website" /> - <meta property="og:url" content="http://hump.fm/$nick$"/> + <meta property="og:url" content="/$nick$"/> <meta property="og:description" content=""/> <meta property="fb:admins" content="34601449,100001923956223" /> <meta property="fb:app_id" content="119457341519154" /> @@ -109,7 +109,7 @@ jQuery(document).ready(function() { </div> <div id="likebutton"> <!-- - <iframe src="http://www.facebook.com/widgets/like.php?href=http://hump.fm/$nick$" + <iframe src="https://www.facebook.com/widgets/like.php?href=/$nick$" scrolling="no" frameborder="0" style="border:none; width:500px; height:26px"></iframe> --> |
