Hacker News new | ask | show | jobs
by msingle 1977 days ago
I guess firefox 85 (or at least mine) doesn't like the .club tld? This keeps popping up as an attachment. works in chrome though.
1 comments

Oh, strange. I'm also on Firefox (84 on Ubuntu, 85 on Arch and Nix) and works fine here. Hunch says it can have something to do with how I redirect port 80 to the port the application is running, something like "iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3825"