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

You can skip by request path, but not by the base URL #49

Open miloharper opened 7 years ago

miloharper commented 7 years ago

Is my understanding correct that the 'skips' parameter only works for the request path, but not for the base URL?

For example there is no way to enforce SSL for:

http://www.mywebsite.com

But to skip:

http://mywebsite.us-west-2.elasticbeanstalk.com