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

cloud-functions: Send CORS headers on OPTIONS requests. #3557

Merged
merged 5 commits into from
Dec 18, 2019

Commits on Nov 25, 2019

  1. Fix a CORS issue

    Headers are not sent to the client. Moved the response set command a few lines ahead.
    dadvir authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    74dd6e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4989a32 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    5ecbf1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e1847 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52e9b69 View commit details
    Browse the repository at this point in the history