https://bugzilla.wikimedia.org/show_bug.cgi?id=38189
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Krinkle <[email protected]> 2012-07-05 07:58:16 UTC --- (In reply to comment #3) > (In reply to comment #1) > > This is because you're missing the rcid parameter. This is required for > > marking a page patrolled. > > I don't think this is strictly true. Looking at [..] it includes a > (pre-filled) token parameter. > [..] > https://meta.wikimedia.org/w/index.php?title=Wikimedia_Highlights,_February_2012/fi&action=markpatrolled&rcid=3377713&token=8db654c84c7c9ec5221fb5a3966aaf63%2B%5C Both the rcid and token are required. The rcid to identify which event you're patrolling. This has always been required, without this the action is pointless as there is no action (like visiting action=delete without a title parameter). And the token is indeed a security measure to avoid CSRF attacks by loading a action=markpatrolled url from within another website and have it work because you're logged in. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
