How to prevent unregistered users from downloading a file from a discussion
Vanilla isn't set up to do that natively.
You'd need to put the files in a private directory, then use a script to access them so you could check permissions. That adds processing overhead and makes it more challenging to use a CDN.
Comments
Vanilla isn't set up to do that natively.
You'd need to put the files in a private directory, then use a script to access them so you could check permissions. That adds processing overhead and makes it more challenging to use a CDN.