mundschenk-at / avatar-privacy

GDPR-conformant avatar handling for WordPress
GNU General Public License v2.0
17 stars 3 forks source link

Add limit to uploaded image pixel size #253

Closed mundschenk-at closed 2 years ago

mundschenk-at commented 3 years ago

There should be a limit to uploadable image sizes (in pixels) to prevent system overload. Requested via the WP.org support forums.

There should be a builtin limit (maybe adjustable via the UI?) as well as filter hook to override the this setting.

mundschenk-at commented 2 years ago

Fixed via #262.