aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/uploads.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uploads.php b/lib/uploads.php
index 62be276..6c7e6bc 100644
--- a/lib/uploads.php
+++ b/lib/uploads.php
@@ -5,7 +5,7 @@ class uploads {
protected static $allowedExtensions = [
'jpg', 'png', 'git', 'mp4', 'mp3', 'ogg', 'diff', 'txt', 'gz', 'tar',
'icc', 'icm', 'patch', 'zip', 'brd', 'pdf', 'lua', 'xpi', 'rar', '7z',
- 'tgz', 'bin', 'py', 'pac',
+ 'tgz', 'bin', 'py', 'pac', 'yaml', 'toml', 'xml', 'json', 'yml',
];
public static function getCount(): int {