Closed (won't fix)
Project:
Page Style
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2009 at 14:21 UTC
Updated:
19 Feb 2011 at 23:02 UTC
pagestyle.module uses the raw POST to set the style so it is possible your page style can be changed without your own action. This is effectively a CSRF though the action is not dangerous at all. A possible solution is to use core's token generation and check before altering the style.
Comments
Comment #1
CZ commentedHi coltrane
You mean hook_submit()? This is possible for the forms, but for links?
Comment #2
CZ commented