diff --git a/code.user.js b/code.user.js index 7edca25..80e4efa 100644 --- a/code.user.js +++ b/code.user.js @@ -434,10 +434,6 @@ error: function(data) { return callback(ERROR_FAILED, data); }, - crossDomain: true, - xhrFields: { - withCredentials: true - }, dataType: 'json' }); }; @@ -536,10 +532,6 @@ error: function(data) { return callback(ERROR_FAILED, data); }, - crossDomain: true, - xhrFields: { - withCredentials: true - }, dataType: 'json' }); } catch (e) { @@ -575,10 +567,6 @@ error: function(data) { return callback(ERROR_FAILED, data); }, - crossDomain: true, - xhrFields: { - withCredentials: true - }, dataType: 'json' }); } catch (e) { @@ -612,10 +600,6 @@ error: function(data) { return callback(ERROR_FAILED, data); }, - crossDomain: true, - xhrFields: { - withCredentials: true - }, dataType: 'json' }); } catch (e) {