mirror of
https://github.com/itflow-org/itflow
synced 2026-08-04 22:57:14 +00:00
Drop SVG extension in the ticket mail parser
This commit is contained in:
@@ -54,7 +54,7 @@ if ($config_ticket_email_parse == 0) {
|
||||
// job. flock covers the same ground and the kernel drops it however the process ends.
|
||||
|
||||
// Allowed attachment extensions
|
||||
$allowed_extensions = array('jpg', 'jpeg', 'gif', 'png', 'webp', 'svg', 'pdf', 'txt', 'md', 'doc', 'docx', 'csv', 'xls', 'xlsx', 'xlsm', 'zip', 'tar', 'gz');
|
||||
$allowed_extensions = array('jpg', 'jpeg', 'gif', 'png', 'webp', 'pdf', 'txt', 'md', 'doc', 'docx', 'csv', 'xls', 'xlsx', 'xlsm', 'zip', 'tar', 'gz');
|
||||
|
||||
// Processing limits
|
||||
$max_emails_per_run = 50; // Cap per cron run to bound memory usage (cron catches up on the next run)
|
||||
|
||||
@@ -5,4 +5,4 @@
|
||||
* Update this file each time we merge develop into master. Format is YY.MM (add a .v if there is more than one release a month.
|
||||
*/
|
||||
|
||||
DEFINE("APP_VERSION", "26.07.1");
|
||||
DEFINE("APP_VERSION", "26.08");
|
||||
|
||||
Reference in New Issue
Block a user