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

Updated flask-cors to address Issue #21 #22

Merged
merged 3 commits into from
Jul 8, 2020
Merged

Updated flask-cors to address Issue #21 #22

merged 3 commits into from
Jul 8, 2020

Commits on Apr 13, 2020

  1. Updated flask-cors to address Issue #21

    Trevor Roberts Jr committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    38909c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Updated flask-cors to address Issue #21 and updated Flask

    flask-cors 3.0.0 does not properly pass the required headers to prevent CORS errors
    Flask 0.12.2 does not pin the Werkzeug dependency version and odd "AttributeError...is_xhr" errors populate the logs. Flask 0.12.5 pins the Werkzeug version dependency to avoid these errors.
    Trevor Roberts Jr committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    ef1209b View commit details
    Browse the repository at this point in the history
  2. Updated flask-cors to address Issue #21 and updated Flask

    flask-cors 3.0.0 does not properly pass the required headers to prevent CORS errors
    Flask 0.12.2 does not pin the Werkzeug dependency version and odd "AttributeError...is_xhr" errors populate the logs. Flask 0.12.5 pins the Werkzeug version dependency to avoid these errors.
    Trevor Roberts Jr committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    247f4ce View commit details
    Browse the repository at this point in the history