This commit is contained in:
Christophe Maudoux 2022-08-31 14:10:41 +02:00
parent 40b70b17f8
commit bccef05a4b
3 changed files with 23 additions and 25 deletions

View File

@ -371,7 +371,6 @@ sub defaultValues {
'stayConnected' => 0,
'stayConnectedCookieName' => 'llngconnection',
'stayConnectedTimeout' => 2592000,
'strictTransportSecurityMax_Age' => '15768000',
'successLoginNumber' => 5,
'timeout' => 72000,
'timeoutActivity' => 0,

View File

@ -4260,7 +4260,6 @@ qr/^(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.])*(?:[a-zA-Z][-a-
'type' => 'bool'
},
'strictTransportSecurityMax_Age' => {
'default' => '15768000',
'type' => 'text'
},
'successLoginNumber' => {

File diff suppressed because one or more lines are too long