문제

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?

도움이 되었습니까?

해결책

After searching around and looking at other sites. Google Plus in particular does not save their avatars in a private directory.

In fact, their avatars are accessed from a public CDN and are served up and mixed in with actual search results.

So I guess the answer is no, it isn't necessary to make avatars private

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top