We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad41527 + 11c26b3 commit adbe5e9Copy full SHA for adbe5e9
src/ajax.js
@@ -604,7 +604,7 @@ jQuery.extend({
604
s.dataTypes = jQuery.trim( s.dataType || "*" ).toLowerCase().split( rspacesAjax );
605
606
// Determine if a cross-domain request is in order
607
- if ( !s.crossDomain ) {
+ if ( s.crossDomain == null ) {
608
parts = rurl.exec( s.url.toLowerCase() );
609
s.crossDomain = !!( parts &&
610
( parts[ 1 ] != ajaxLocParts[ 1 ] || parts[ 2 ] != ajaxLocParts[ 2 ] ||
0 commit comments