mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Feature: Add option to ignore blockdevice regex (#8797)
* Feature: Add option to ignore blockdevice regex * Update defaults.inc.php * Update functions.php
This commit is contained in:
@@ -955,3 +955,6 @@ $config['api']['cors']['origin'] = '*';
|
||||
$config['api']['cors']['maxage'] = '86400';
|
||||
$config['api']['cors']['allowmethods'] = array('POST', 'GET', 'PUT', 'DELETE', 'PATCH');
|
||||
$config['api']['cors']['allowheaders'] = array('Origin', 'X-Requested-With', 'Content-Type', 'Accept', 'X-Auth-Token');
|
||||
|
||||
// Disk
|
||||
$config['bad_disk_regexp'] = [];
|
||||
|
||||
Reference in New Issue
Block a user