Skip to content

Commit

Permalink
Updated flask-cors to address Issue #21 and updated Flask
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Trevor Roberts Jr committed Apr 14, 2020
1 parent ef1209b commit 247f4ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<<<<<<< HEAD
Flask==0.12.2
=======
Flask==0.12.5
>>>>>>> Updated flask-cors to address Issue #21 and updated Flask
flask-cors==3.0.8
requests==1.2.3
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
<<<<<<< HEAD
Flask==0.12.2
=======
Flask==0.12.5
>>>>>>> Updated flask-cors to address Issue #21 and updated Flask
flask-cors==3.0.8
boto3==1.7.16

0 comments on commit 247f4ce

Please sign in to comment.