1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-10 07:06:45 +02:00

feat(images): remove Glide and images resize on demand to avoid image resize attack on production. #574

This commit is contained in:
Awilum
2021-09-08 21:17:17 +03:00
parent fb3c97160f
commit 679d7d0a75

View File

@@ -347,7 +347,6 @@ container()->set('plugins', new Plugins());
// Api Endpoints
require_once ROOT_DIR . '/src/flextype/routes/endpoints/utils.php';
require_once ROOT_DIR . '/src/flextype/routes/endpoints/images.php';
require_once ROOT_DIR . '/src/flextype/routes/endpoints/entries.php';
require_once ROOT_DIR . '/src/flextype/routes/endpoints/registry.php';