widelands / widelands-website

The widelands website is a bunch of applications for the django web framework. It is developed in the open here.
https://www.widelands.org/
GNU General Public License v2.0
14 stars 10 forks source link

Add .wry to allowed extension for uploading files #404

Closed frankystone closed 1 year ago

frankystone commented 1 year ago

Since widelands now uses one file (with extension .wry) for replays we need to add this to ALLOWED_EXTENSIONS for uploaded files in the forum. Maybe we need also a validation for this type of files.