File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -1687,8 +1687,7 @@ jsonld.documentLoaders.jquery = function($, options) {
1687
1687
} ,
1688
1688
// ensure Accept header is very specific for JSON-LD/JSON
1689
1689
headers : {
1690
- 'Accept' : 'application/ld+json, application/json' ,
1691
- 'Upgrade-Insecure-Requests' : '1'
1690
+ 'Accept' : 'application/ld+json, application/json'
1692
1691
} ,
1693
1692
dataType : 'json' ,
1694
1693
crossDomain : true ,
@@ -1965,7 +1964,6 @@ jsonld.documentLoaders.xhr = function(options) {
1965
1964
{ contextUrl : null , documentUrl : url , document : null } ) ;
1966
1965
} ;
1967
1966
req . open ( 'GET' , url , true ) ;
1968
- req . setRequestHeader ( 'Upgrade-Insecure-Requests' , '1' ) ;
1969
1967
req . setRequestHeader ( 'Accept' , 'application/ld+json, application/json' ) ;
1970
1968
req . send ( ) ;
1971
1969
}
You can’t perform that action at this time.
0 commit comments