# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 20
# self = https://watcher.sour.is/conv/vxigktq
Should I just code in a work-around? If the Referer is /post then consider that total bullshit, and ignore? 🤔
Should I just code in a work-around? If the Referer is /post then consider that total bullshit, and ignore? 🤔
@prologic I was wondering if my reverse proxy could cause something but it's pretty standard...


>server {
listen 80;
server_name we.loveprivacy.club;

location / {
return 301 https://$host$request_uri;
#proxy_pass http://127.0.0.1:8000;
}
}
server {
listen 443 ssl http2;
server_name we.loveprivacy.club;

ssl_certificate /etc/letsencrypt/live/we.loveprivacy.club/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/we.loveprivacy.club/privkey.pem;

client_max_body_size 8M;

location / {
proxy_pass http://127.0.0.1:8000;
}
}


>
@prologic Woops my blockquote got mangled but you get the gist haha
Okay just pushed:


* aa2f3ae9 - (HEAD -> main, origin/main) Workaround for this invalid Referer BS (6 seconds ago) <James Mills>

Okay just pushed:


* aa2f3ae9 - (HEAD -> main, origin/main) Workaround for this invalid Referer BS (6 seconds ago) <James Mills>

@eldersnake Looks legit 👌
@eldersnake Looks legit 👌
@prologic Fix works!
@eldersnake Fuck'n hell 🤣 This **has** to be a browser bug!
@eldersnake Fuck'n hell 🤣 This **has** to be a browser bug!
What browser and version is this btw? Not sure if you mentioned?
What browser and version is this btw? Not sure if you mentioned?
@prologic Firefox 126.0.1 is my primary
@eldersnake I just installed 127.0.1 (64-bit) tonight and tested and it worked just fine. Try upgrading and roll that commit back and see if it still repros? 🤔 I'm almost willing to bet this is a bug 🐛
@eldersnake I just installed 127.0.1 (64-bit) tonight and tested and it worked just fine. Try upgrading and roll that commit back and see if it still repros? 🤔 I'm almost willing to bet this is a bug 🐛
@prologic It's weird though cos I could reproduce it on any of my browsers on either my laptop or phone 🤔
Test

EDIT: Okay, convo works properly now at least
@eldersnake Good good 👍
@eldersnake Good good 👍