1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-27 22:56:37 +02:00

Load cap/sts module by default (only active if set::ssl::sts-policy is set).

This commit is contained in:
Bram Matthys
2017-08-09 15:49:03 +02:00
parent 455420afc1
commit ab3e65a76f
+3
View File
@@ -181,6 +181,9 @@ loadmodule "extbans/operclass"; /* +b ~O (ban/exempt by operclass) */
loadmodule "extbans/certfp"; /* +b ~S (ban/exempt by certfp) */
/*** CAP modules ***/
loadmodule "cap/sts"; /* strict transport policy (set::ssl::sts-policy) */
/*** Other ***/
// These are modules that don't fit in any of the previous sections