Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
Fix the email policy documentation indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose committed Sep 3, 2024
1 parent b5ed252 commit 3a05f24
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,13 +374,14 @@ policy:
allow_missing_client_uri: false
# don't require clients to provide a contacts field. default: false
allow_missing_contacts: false
# restrict emails on registration to a specific domain
# This array is evaluated as a glob
allowed_domains:
- *.example.com
# ban specific domains from registration
banned_domains:
- *.banned.example.com

# Restrict emails on registration to a specific domain
# Items in this array are evaluated as a glob
allowed_domains:
- *.example.com
# Ban specific domains from registration
banned_domains:
- *.banned.example.com
```

## `rate_limiting`
Expand Down

0 comments on commit 3a05f24

Please sign in to comment.