filesafe/controllers
Bobby Wibowo b7600ec3fb
Restored DuckDuckGo's proxy for URL uploads
Yes.

This gets rid of HEAD request prior to downloading the URL.

We will no longer check for Content-Length header, instead we will
forcibly limit maximum download size for the download stream to the
configured value.

So assuming someone try to download a bigger file, it will still try to
download up to the configured size, but then fail.

This will also speed up the general download process since sending HEAD
request delayed the whole operation.
2019-04-11 22:27:45 +07:00
..
albumsController.js Updates 2019-02-05 10:36:14 +07:00
authController.js Updates 2019-01-02 02:39:08 +07:00
permissionController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
tokenController.js Updated ESLint rule: curly 2018-12-19 00:01:28 +07:00
uploadController.js Restored DuckDuckGo's proxy for URL uploads 2019-04-11 22:27:45 +07:00
utilsController.js Updates 2019-04-06 00:42:38 +07:00