Allow exempting files from token security
It should be possible to exclude files from token security. Two mechanisms come to mind:
- A special
FileField
with extra attributes - A setting with path patterns
It should be possible to exclude files from token security. Two mechanisms come to mind:
FileField
with extra attributes