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:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user