Hello,
I have URL “/Downloads” which uses Blog template
inside of it there are Blog items
Items have uploaded .pdfs inside and referenced in the markdown.
How can I block direct URL access to the files? I Blocked access to the item if user is not logged in by “access: login: true” but file is still reachable via URL.
Thanks!