• The regular administrative staff are taking a vacation, and in the meantime, Biigoh is taking over. See here for more information.
  • A notice about Rule 3 regarding sites hosting pirated/unauthorized content has been made. Please see here for details.
  • Staff is working to deal with the problem of synonymous tags. See here for more information and to suggest tag mergers.
  • Due to issues with external spam filters, QQ is currently unable to send any mail to Microsoft E-mail addresses. This includes any account at live.com, hotmail.com or msn.com. Signing up to the forum with one of these addresses will result in your verification E-mail never arriving. For best results, please use a different E-mail provider for your QQ address.
  • For prospective new members, a word of warning: don't use common names like Dennis, Simon, or Kenny if you decide to create an account. Spammers have used them all before you and gotten those names flagged in the anti-spam databases. Your account registration will be rejected because of it.
  • Since it has happened MULTIPLE times now, I want to be very clear about this. You do not get to abandon an account and create a new one. You do not get to pass an account to someone else and create a new one. If you do so anyway, you will be banned for creating sockpuppets.
  • Due to the actions of particularly persistent spammers and trolls, we will be banning disposable email addresses from today onward.

Problem with Liking posts: I don’t want to be redirected to a separate “Are you sure?” page

AmaroqKitsune

Getting out there.
Joined
Feb 15, 2026
Messages
14
Likes received
26
The problem is exactly as the thread title says. QQ didn't used to do this, SpaceBattles doesn't do this, I'm pretty sure Sufficient Velocity doesn't do this, and they all run on the same forum software. There's also no way to turn this off in the options. It's bad enough on desktop, it's even worse on my phone.
 
  • Like
Reactions: Jao
That sometimes happens to me when I have connection issues. Think it's just a bug that happens when your internet is slow. Not sure whether @alethiophile or @ultima333 can do anything about that.

Edit: Also happens, as SnarkLord says, when you leave a page open too long.
 
Last edited:
The problem is exactly as the thread title says. QQ didn't used to do this, SpaceBattles doesn't do this, I'm pretty sure Sufficient Velocity doesn't do this, and they all run on the same forum software. There's also no way to turn this off in the options. It's bad enough on desktop, it's even worse on my phone.
Are you Immediately liking stuff when you open a page, or do you open, leave it for hours/days amd then like it.
If it's the latter, its nothing unusual. Iirc it's even odds of either getting that page opened, or being told to refresh the page

Edit: or apparently its slow internet.
Been so long i had either pop up genuinely forgot

Its the same thing you see if you tight click and open the like button on a new page
 
Last edited:
Well, if it is CSRF protection acting up, the bog standard way everybody does that is that the web server defines a form token which is tied to a client session. That form token then gets passed to the client as a hidden value in the page content. When a form is submitted by the client back to the server, it passes that form token along with the session id, which then if it matches what is on the server, all is good.

If there is a mismatch, that triggers the anti-csrf protections.

One such form submission on the page is liking a post.

So, if that form token hasn't fully loaded on the page when you hit the like button, it won't be passed back to the server, and thus the popup.
 

Users who are viewing this thread

Back
Top