diff options
Diffstat (limited to 'server/config.yaml.dist')
| -rw-r--r-- | server/config.yaml.dist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/server/config.yaml.dist b/server/config.yaml.dist index 5dddd72..9a41295 100644 --- a/server/config.yaml.dist +++ b/server/config.yaml.dist @@ -97,9 +97,11 @@ privileges: 'posts:create:anonymous': regular 'posts:create:identified': regular 'posts:list': anonymous + 'posts:list:unsafe': regular 'posts:reverse_search': regular 'posts:view': anonymous 'posts:view:featured': anonymous + 'posts:view:unsafe': regular 'posts:edit:content': power 'posts:edit:flags': regular 'posts:edit:notes': regular |