RemoteTranslate: Fix request methods not sending cookies
This commit is contained in:
parent
0eefec2f3c
commit
556b571da2
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ Zotero.HTTP = new function() {
|
|||
}
|
||||
Zotero.debug(`HTTP ${method} ${url}${logBody}`);
|
||||
|
||||
var xmlhttp = new XMLHttpRequest();
|
||||
var xmlhttp = new XMLHttpRequest({ mozAnon: false });
|
||||
xmlhttp.timeout = options.timeout;
|
||||
var promise = Zotero.HTTP._attachHandlers(url, xmlhttp, options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue