Fix to Werkzeug ProxyFix; expose ProxyFix configuration items (#8117)

* Fix to werkzeug proxy; expose additional configuration items

* Forced to all x-forwarded configurations ON; black done

* added comments related to x_port after testing

* Updated UPDATING.md

* Removed accidental notebook; added *.ipynb to gitignore

* Delete Untitled-checkpoint.ipynb
This commit is contained in:
ericandrewmeadows
2019-09-04 10:21:13 -07:00
committed by Maxime Beauchemin
parent 650de93752
commit ae0dc30c0a
5 changed files with 13 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ setup(
"contextlib2",
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.0.0, <2.0.0",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=2.1.9, <2.3.0",
"flask-caching",
"flask-compress",