Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure cookies aren't sent if credentials: omit #526

Merged
merged 1 commit into from
May 24, 2017
Merged

Ensure cookies aren't sent if credentials: omit #526

merged 1 commit into from
May 24, 2017

Commits on May 24, 2017

  1. Ensure cookies aren't sent if credentials: omit

    If the default value of `withCredentials` is `true`, as opposed to `false`, the library will send the cookies even if `credentials: omit` is specified. This affects React Native where the default value is `true` since cross-origin concerns don't apply.
    satya164 committed May 24, 2017
    3 Configuration menu
    Copy the full SHA
    c389ccd View commit details
    Browse the repository at this point in the history