From 549bea991c16ddc77bd9e04ce7d4a6c608073499 Mon Sep 17 00:00:00 2001 From: Nikolay Shebanov Date: Tue, 29 Jan 2019 22:45:35 +0200 Subject: [PATCH] Add a note about Flask-Talisman --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 98109e8..54244c2 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,8 @@ Flask-SSLify This is a simple Flask extension that configures your Flask application to redirect all incoming requests to HTTPS. +The extension is no longer maintained, prefer using `Flask-Talisman `_ as it is encouraged by the `Flask Security Guide `_. + If you're interested in financially supporting Kenneth Reitz open source, consider `visiting this link `_. Your support helps tremendously with sustainability of motivation, as Open Source is no longer part of my day job. Redirects only occur when ``app.debug`` is ``False``.