mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-11 06:10:03 +08:00
@ -195,6 +195,6 @@ abstract class Controller extends BaseController
|
||||
*/
|
||||
protected function getImageValidationRules(): string
|
||||
{
|
||||
return 'image_extension|no_double_extension|mimes:jpeg,png,gif,bmp,webp,tiff';
|
||||
return 'image_extension|no_double_extension|mimes:jpeg,png,gif,webp';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user