not-kennethreitz / flask-sslify

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

Updated extension to support the preload flag in HSTS #30

Closed amotmot closed 5 years ago

amotmot commented 9 years ago

Hi Kenneth, I've updated the flask extension to support the preload flag which is a requirement[1] by the Chromium team if one wishes to submit an HSTS enabled domain to Chrome's preload list.

[1] https://hstspreload.appspot.com

konklone commented 9 years ago

Yes, please. :+1:

ryan-lane commented 9 years ago

I'd like to get @woodrow's input on this.

ryan-lane commented 9 years ago

On initial review, this looks reasonable to me.

woodrow commented 9 years ago

Also looks reasonable to me. :+1:

Projjol-zz commented 5 years ago

@gbedoya please resolve merge conflicts will be happy to take a look 👍

amotmot commented 5 years ago

@Projjol This project is no longer maintained per README. It doesn't make sense to resolve merge conflicts as Flask-Talisman has superseded this project.