--- /dev/null
+Contact: mailto:security@ipfire.org
+Expires: 2035-12-31T23:59:00.000Z
+Preferred-Languages: en
+Policy: https://www.ipfire.org/docs/devel/security-policy
(r"/api/check/email", auth.APICheckEmail),
(r"/api/check/uid", auth.APICheckUID),
+ # security.txt
+ (r"/\.well\-known/security\.txt", tornado.web.RedirectHandler, { "url" : "/static/security.txt" }),
+
# Handle old pages that have moved elsewhere
(r"/blog/authors/(\w+)", tornado.web.RedirectHandler, { "url" : "/users/{0}" }),
(r"/donation", tornado.web.RedirectHandler, { "url" : "/donate" }),