13 May
2012
13 May
'12
1:51 p.m.
Hi all, Yesterday I wrote a new dancer plugin to redirect all incoming requests to https inspired by flask-sslify. The project was renamed to don't confuse the users, thanks mst to advise. I'm hope the code look fine and be useful. Dancer::Plugin::RequireSSL also provides your application with an HSTS policy. http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security By default hsts_age is set for one year 31536000 seconds, and can also include subdomains in your HSTS policy by default is false. To configure plugin: RequireSSL: hsts_age: 31536000 hsts_include_subdomains: 0 In your config.yml. Regards -- \0/ Hobbestigrou site web: erakis.im