mirror of
https://github.com/kennethreitz/flask-sslify.git
synced 2026-06-05 23:00:19 +00:00
Update README.rst
This commit is contained in:
@@ -56,6 +56,14 @@ by passing the ``permanent`` parameter::
|
||||
sslify = SSLify(app, permanent=True)
|
||||
|
||||
|
||||
Exclude Certain Paths from Being Redirected
|
||||
-------------------------------------------
|
||||
You can exlude a path that starts with given string by including a list called ``skips``::
|
||||
|
||||
sslify = SSLify(app, skips=['mypath', 'anotherpath'])
|
||||
|
||||
Or by including SSL_SKIPS in your app's config.
|
||||
|
||||
Install
|
||||
-------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user