21278 Posts in 5728 Topics by 2599 members
| Go to End | Next > | |
| Author | Topic: | 2662 Views |
-
UserDefined Form - CSRF attack.

7 July 2010 at 5:45pm
Hi,
When I save an userdefined form that I make, I get this error in FireBug:
400//SecurityID doesn't match, possible CSRF attack.
What can I do?
-
Re: UserDefined Form - CSRF attack.

8 July 2010 at 8:40pm
I'm using the latest SilverStripe version (2.4)
-
Re: UserDefined Form - CSRF attack.

9 July 2010 at 2:31am
Form::disable_all_security_tokens();
to _config.php
-
Re: UserDefined Form - CSRF attack.

9 July 2010 at 5:47am
When I add the code: nothing happen when I click save & publish
-
Re: UserDefined Form - CSRF attack.

9 July 2010 at 10:06am
I'm using the latest SilverStripe version (2.4)
silly question, but are you using the latest version of UserDefinedForms? 0.3 I believe.
-
Re: UserDefined Form - CSRF attack.

10 July 2010 at 10:05am
Often, when the CMS 'hangs' on saving content, FireBug will reveil the error...
| 2662 Views | ||
| Go to Top | Next > |


