Commit Graph

6 Commits

Author SHA1 Message Date
feaa0e51bd Removed use strict 2019-05-08 15:24:57 +10:00
4fad9d672f Correcting X-XSS-Protection Header (#136)
* Correcting X-XSS-Protection Header

X-XSS-Protection sets the configuration for the cross-site scripting filters built into most browsers. The best configuration is "X-XSS-Protection: 1; mode=block".

Was "0"
Now "1; mode=block"

* Update issue templates
2019-05-08 10:11:05 +10:00
6f1d38a0e2 Fixes #88 - Allow specifying X-FRAME-OPTIONS with an environment variable (#89) 2019-03-04 10:16:46 +10:00
a8d63d0df1 SSL certificate upload support 2018-07-23 15:12:24 +10:00
493bb77169 Set password functionality 2018-06-25 16:56:13 +10:00
80d78cbf25 Backend 2018-06-20 08:47:26 +10:00