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

Fix logic for cors cache match #10867

Merged
merged 2 commits into from Apr 28, 2016
Merged

Fix logic for cors cache match #10867

merged 2 commits into from Apr 28, 2016

Commits on Apr 27, 2016

  1. Fix logic for cors cache match

    The current logic for a cors cache match does not consider "credentials
    is false and request's credentials mode is not "include" or credentials
    is true."
    dlrobertson committed Apr 27, 2016
  2. Cleanup CORSCache

    Remove the CORSCache trait, CORSCacheSender, CORSCacheThreadMsg, and
    CORSCacheThread. Rename BasicCORSCache to CORSCache and keep its old
    implementation of CORSCache.
    dlrobertson committed Apr 27, 2016
You can’t perform that action at this time.