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.