fix: [internal] Remove unused MISP.cached_attachments setting

pull/7953/head
Jakub Onderka 2021-11-11 14:27:10 +01:00
parent c6aec0046b
commit 5c617e3420
4 changed files with 0 additions and 10 deletions

View File

@ -16,7 +16,6 @@ $config = array (
'org' => '',
'showorg' => true,
'background_jobs' => true,
'cached_attachments' => true,
'email' => '',
'contact' => '',
'cveurl' => 'http://cve.circl.lu/cve/',

View File

@ -32,7 +32,6 @@ $config = array(
'email_subject_tag' => 'tlp',
'email_subject_include_tag_name' => true,
'background_jobs' => true,
'cached_attachments' => true,
'osuser' => 'www-data',
'email' => 'email@example.com',
'contact' => 'email@example.com',

View File

@ -4896,13 +4896,6 @@ class Server extends AppModel
'type' => 'string',
'cli_only' => 1
),
'cached_attachments' => array(
'level' => 1,
'description' => __('Allow the XML caches to include the encoded attachments.'),
'value' => '',
'test' => 'testBool',
'type' => 'boolean',
),
'download_attachments_on_load' => array(
'level' => 2,
'description' => __('Always download attachments when loaded by a user in a browser'),

View File

@ -16,7 +16,6 @@ $config = array (
'org' => 'ORGNAME',
'showorg' => true,
'background_jobs' => false,
'cached_attachments' => false,
'email' => 'email@address.com',
'contact' => 'email@address.com',
'cveurl' => 'http://web.nvd.nist.gov/view/vuln/detail?vulnId=',