Skip to content

Commit

Permalink
XMLHttpRequest withCredentials defaults to "true"
Browse files Browse the repository at this point in the history
Summary:
see #14063
Closes #14064

Differential Revision: D5117654

Pulled By: ericvicenti

fbshipit-source-id: 7c3d376f5251e3b28c34383c5b58658e17d6c032
  • Loading branch information
DanielZlotin authored and grabbou committed May 26, 2017
1 parent 65683a6 commit 7c3918b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Network/XMLHttpRequest.js
Expand Up @@ -119,7 +119,7 @@ class XMLHttpRequest extends EventTarget(...XHR_EVENTS) {
status: number = 0;
timeout: number = 0;
responseURL: ?string;
withCredentials: boolean = false
withCredentials: boolean = true

upload: XMLHttpRequestEventTarget = new XMLHttpRequestEventTarget();

Expand Down

0 comments on commit 7c3918b

Please sign in to comment.