I am building a community site and i'm currently writing a script that generates thumbnails and stores them on our filesystem.
Should I be storing the avatars in a private directory? or is it OK for that type of file to be in a public assets directory like a CDN?
why or why not?