Skip to content

Commit 5c9726c

Browse files
docs: fix withCredentials default value
1 parent 587ccf3 commit 5c9726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Exposed as `eio` in the browser standalone build.
231231
will be used instead.
232232
- `forceBase64` (`Boolean`): forces base 64 encoding for polling transport even when XHR2 responseType is available and WebSocket even if the used standard supports binary.
233233
- `enablesXDR` (`Boolean`): enables XDomainRequest for IE8 to avoid loading bar flashing with click sound. default to `false` because XDomainRequest has a flaw of not sending cookie.
234-
- `withCredentials` (`Boolean`): defaults to `true`, whether to include credentials (cookies, authorization headers, TLS client certificates, etc.) with cross-origin XHR polling requests.
234+
- `withCredentials` (`Boolean`): defaults to `false`, whether to include credentials (cookies, authorization headers, TLS client certificates, etc.) with cross-origin XHR polling requests.
235235
- `timestampRequests` (`Boolean`): whether to add the timestamp with each
236236
transport request. Note: polling requests are always stamped unless this
237237
option is explicitly set to `false` (`false`)

0 commit comments

Comments
 (0)