Skip to content

Commit 635a9b5

Browse files
committed
Document viewer asset wildcard permissions
1 parent de70a13 commit 635a9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configuration/ResourcesPermissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Restricted viewer task items are then removed from the menu and toolbar in the m
102102

103103
The `Viewer asset` resource defines viewer assets (i.e. files below the QWC assets folder) which can be restricted.
104104

105-
The resource name is a file path below the assets folder (i.e. `pdfs/mydocument.pdf` for `<baseurl>/assets/pdfs/mydocument.pdf`).
105+
The resource name is a file path below the assets folder (i.e. `pdfs/mydocument.pdf` for `<baseurl>/assets/pdfs/mydocument.pdf`). The path can also contain wildcards (i.e. `pdfs/restricted/`), in which case all matching files will be restricted to permitted users only.
106106

107107
Accessing a viewer asset which is not permitted will result in a `404 Not Found` error.
108108

0 commit comments

Comments
 (0)