VOGONS


New forum suggestions/Feedback

Topic actions

Reply 640 of 644, by Zilch

User metadata
Rank Newbie
Rank
Newbie

I noticed there are AI bots on Vogons. I'm guessing those are allowed?

The attachment Screenshot 2025-10-21 223132.png is no longer available

Reply 641 of 644, by leonk

User metadata
Rank Newbie
Rank
Newbie

Has Vogons recently changed its bookmarks policy? I have a lot of bookmarks to threads I felt were important for me that are now broken. I get a Mac classic screen with the error message "Sorry, you are not authorized to view this page". I can still find the post using search. I bookmark that page, and when I open a new browser window and go to that bookmark - same error.

Reply 642 of 644, by Ozzuneoj

User metadata
Rank l33t
Rank
l33t
leonk wrote on 2025-10-24, 16:25:

Has Vogons recently changed its bookmarks policy? I have a lot of bookmarks to threads I felt were important for me that are now broken. I get a Mac classic screen with the error message "Sorry, you are not authorized to view this page". I can still find the post using search. I bookmark that page, and when I open a new browser window and go to that bookmark - same error.

I just checked some of my old bookmarks and they seem to be working fine in Firefox on Windows 10. I can make new bookmarks and open them right up as normal too.

Have you made any changes involving DNS, VPN or ad blockers?

Can you post a link to one of the threads that is doing this?

Might be worth trying a different browser too to narrow down the cause.

Now for some blitting from the back buffer.

Reply 644 of 644, by leonk

User metadata
Rank Newbie
Rank
Newbie

I figured it out. For some reason, Vogon's web server is set to throw 403 errors when requests come in with User agent set to chrome. In particular, it doesn't like the following string (in bold). If I remove it, it works fine: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/141.0.0.0 Safari/537.36

Other user agents work perfectly fine:

firefox: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0
Safari: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Safari/605.1.15

I believe this is a configuration issue on the server site that only admins can look into. If I change the word Chrome with anything else, it works fine.