Remove default value (#2674)

This commit is contained in:
Christophe Maudoux 2022-08-31 12:10:37 +02:00
parent a347014e69
commit 40b70b17f8
2 changed files with 1 additions and 2 deletions

View File

@ -332,7 +332,7 @@ Go in Manager, ``General parameters`` » ``Advanced parameters`` »
- **Form timeout**: Form token timeout (default to 120 seconds)
- **Use global storage**: Local cache is used by default for one time
tokens. To use global storage, set it to 'On'
- **Strict-Transport-Security Max-age**: set STS header max-age if you use SSL only (default=15768000)
- **Strict-Transport-Security Max-age**: set STS header max-age if you use SSL only (by example: 15768000)
- **CrowdSec Bouncer**: set to 'On' to enable :doc:`CrowdSec Bouncer plugin<crowdsec>`
- **Brute-Force Attack protection**: set to 'On' to enable :doc:`Brute-force protection plugin<bruteforceprotection>`
- **LWP::UserAgent and SSL options**: insert here options to pass to

View File

@ -1097,7 +1097,6 @@ sub attributes {
},
strictTransportSecurityMax_Age => {
type => 'text',
default => '15768000',
documentation => 'Max-age for Strict-Transport-Security',
},
cspDefault => {