It seems uploading a tiny image is allowed when using taxonomy that references a media type containing an image field with minimum resolution restrictions. So the taxonomy behavior seems similar to the site settings behavior and the image resolution min/max are not enforced.
@scott_euser looks like you're right, this is looking like a core/media issue and not due to site_settings.
Looks like this can be related to
https://www.drupal.org/project/drupal/issues/3226629
🐛
Media Library field widget not enforcing image limits
Active
Patch from #302 is working as expected in our D9 (9.5.10) environment.
@steveoriol perhaps you can include some information about your field setup and steps to reproduce the error you're encountering?
It looks like this may have already been resolved in 7.x-1.x-dev by https://www.drupal.org/project/seckit/issues/3068681 ✨ Text fields not big enough Fixed
Patch #13 tests well for me in 7.x-1.11.
Configuration also exports successfully using Features.
The patch from #2 works well with 7.x-1.11.
Also confirmed that worker-src configuration is exportable via Features.