Skip to content

Commit db1a4f6

Browse files
authored
core(deps): update ctfd-setup schema (SchemaStore#4658)
Co-authored-by: pandatix <[email protected]>
1 parent 6dc4ebb commit db1a4f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/ctfd.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"type": "string",
1010
"description": "The domain whitelist (a list separated by colons) to allow users to have email addresses from."
1111
},
12+
"domain_blacklist": {
13+
"type": "string",
14+
"description": "The domain blacklist (a list separated by colons) to blocks users to have email addresses from."
15+
},
1216
"verify_emails": {
1317
"type": "boolean",
1418
"description": "Whether to verify emails once a user register or not."

0 commit comments

Comments
 (0)