Example #1
0
 /**
  * Disables Csrf protection for all forms.
  */
 public static function disableDefaultCsrfProtection()
 {
     self::$defaultCsrfProtection = false;
 }