]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Allow adding preload token to HSTS header
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 3 May 2015 21:05:47 +0000 (23:05 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 3 May 2015 21:05:47 +0000 (23:05 +0200)
commitcd42ee7e85053bd3a2a2f364e4d2dbd84724f5b1
tree97a19b8c3b019baa673f8602f45e2a0609e41cf8
parent6d72800098867bd6f52cbea39140abdf93d3c6dd
Allow adding preload token to HSTS header

Use by adding this to config.php:

addPlugin('StrictTransportSecurity', array('preloadToken'=>true));
plugins/StrictTransportSecurity/StrictTransportSecurityPlugin.php