not-kennethreitz / flask-sslify

Force SSL on your Flask app.
https://pypi.python.org/pypi/Flask-SSLify
BSD 2-Clause "Simplified" License
504 stars 85 forks source link

Added include list functionality; opposite of skip. #35

Closed David-OConnor closed 8 years ago

David-OConnor commented 9 years ago

I added an include list; it does the opposite of skip. It's an optional init argument. When not included, functionality is unchanged. If included, only urls included in the include list are redirected to SSL.

kennethreitz commented 8 years ago

I'm going to pass on this, but thank you.