mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-23 23:20:57 +01:00
webp support by default
This commit is contained in:
parent
77bec421d9
commit
23670bae4f
@ -818,6 +818,7 @@
|
|||||||
$config['allowed_ext'][] = 'bmp';
|
$config['allowed_ext'][] = 'bmp';
|
||||||
$config['allowed_ext'][] = 'gif';
|
$config['allowed_ext'][] = 'gif';
|
||||||
$config['allowed_ext'][] = 'png';
|
$config['allowed_ext'][] = 'png';
|
||||||
|
$config['allowed_ext'][] = 'webp';
|
||||||
// $config['allowed_ext'][] = 'svg';
|
// $config['allowed_ext'][] = 'svg';
|
||||||
|
|
||||||
// Allowed extensions for OP. Inherits from the above setting if set to false. Otherwise, it overrides both allowed_ext and
|
// Allowed extensions for OP. Inherits from the above setting if set to false. Otherwise, it overrides both allowed_ext and
|
||||||
|
Loading…
Reference in New Issue
Block a user