The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
CSRF_SKIP_LIST not working, please help.
So I have a vBulletin powered donation page with this at the top:
Code:
// #################### DEFINE IMPORTANT CONSTANTS ####################### define('THIS_SCRIPT', 'DONATE'); define('CSRF_PROTECTION', true); define('CSRF_SKIP_LIST', 'thankyou'); Unfortunately whenever I go to donate.php?do=thankyou with any type of POST (which PayPal uses) it still gives me an invalid token notification. Do I even need to worry about CSRF protection on my donations page if all the content I'm putting on there is my own? Should I just turn it off (tested and it works off). Or am I just doing something stupid that I can fix in a half-a-second? Thanks. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|