Closed theprobugmaker closed 4 years ago
You can, of course, only use the API features you want, and ignore then ignore those you don't want. And, if you sign your image URLs, no one can change them. Meaning, you can use resizing, but not fit.
Alternatively, you can manually setup the server, and disable all the manipulators you don't want.
Hope that helps. 👍
Thank you for the answer. Here are two questions:
signedRoute
method that allows that, is it just a matter of using it instead of the Glide one or I will need to do some more configuration to work with Laravel?Good luck. 👍
I guess I will create a helper function to generate the signed URLs (if you have one I'd appreciate - or an example with Laravel) then and regarding the speed I will keep as it's and maybe in the future if I see something unusual I will try something (I hope I can change without breaking haha)
Thank you very much
Is it possible to disable manipulations like
fit
and only use the resizing?