You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.
The filesize validation is soft and not hard: it's easily gotten around by sending a false Content-Length. We should only read at most the first 256 kB of the upload, and 413 if we don't find EOF before then. This might require some Aspen request.body modifications.
The text was updated successfully, but these errors were encountered:
Doesn't look like we can't configure this at Heroku or in gunicorn. We either need to migrate to Digital Ocean so we can put nginx in front, or implement in gip.rocks itself using Aspen hooks. The latter is probably enough for now.
The filesize validation is soft and not hard: it's easily gotten around by sending a false
Content-Length
. We should only read at most the first 256 kB of the upload, and 413 if we don't find EOF before then. This might require some Aspen request.body modifications.The text was updated successfully, but these errors were encountered: