whitelist: function(data, options) {
            return Backbone.ajax(_.extend({
                url: this.prototype.getUrl() + '/whitelist',
                method: 'post',
                contentType: 'application/json; charset=utf-8',