Skip to content

Commit

Permalink
crossDomain is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Jul 14, 2024
1 parent f5e482c commit e825804
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions code.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,10 +434,6 @@
error: function(data) {
return callback(ERROR_FAILED, data);
},
crossDomain: true,
xhrFields: {
withCredentials: true
},
dataType: 'json'
});
};
Expand Down Expand Up @@ -536,10 +532,6 @@
error: function(data) {
return callback(ERROR_FAILED, data);
},
crossDomain: true,
xhrFields: {
withCredentials: true
},
dataType: 'json'
});
} catch (e) {
Expand Down Expand Up @@ -575,10 +567,6 @@
error: function(data) {
return callback(ERROR_FAILED, data);
},
crossDomain: true,
xhrFields: {
withCredentials: true
},
dataType: 'json'
});
} catch (e) {
Expand Down Expand Up @@ -612,10 +600,6 @@
error: function(data) {
return callback(ERROR_FAILED, data);
},
crossDomain: true,
xhrFields: {
withCredentials: true
},
dataType: 'json'
});
} catch (e) {
Expand Down

0 comments on commit e825804

Please sign in to comment.