chg: [setting] added for the sighting blocklisting

pull/9665/head
iglocska 2024-04-04 12:13:04 +02:00
parent ef39b8959e
commit 480d3ac16d
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 7 additions and 0 deletions

View File

@ -5722,6 +5722,13 @@ class Server extends AppModel
'type' => 'boolean',
'test' => 'testBool'
),
'enableSightingBlocklisting' => array(
'level' => 1,
'description' => __('Blocklisting organisation UUIDs to prevent the creation of any sightings created by the blocklisted organisation.'),
'value' => true,
'type' => 'boolean',
'test' => 'testBool'
),
'log_client_ip' => array(
'level' => 1,
'description' => __('If enabled, all log entries will include the IP address of the user.'),