Project 'fairdata/invenio-theme-tuw' was moved to 'crdm/invenio-theme-tuw'. Please update any links and bookmarks that may still have the old path.
Rate limiting for "contact uploader"
We should set up some rate limiting (e.g. 5 requests per hour) for POST requests to the "contact uploader" endpoint. This will require some consideration regarding the initialization order of Flask extensions, as this requires the Flask-Limiter extension for our blueprint.