/**
  * Disables CSRF protection for all forms.
  */
 public static function disableCSRFProtection()
 {
     self::$CSRFProtection = false;
 }