mirror of
https://github.com/penpot/penpot.git
synced 2025-07-18 23:07:24 +02:00
🐛 Fix possible bug in domain whitelisting checking.
This commit is contained in:
parent
e5d4755619
commit
08dce3bcdc
4 changed files with 39 additions and 33 deletions
|
@ -84,7 +84,6 @@
|
|||
|
||||
:allow-demo-users true
|
||||
:registration-enabled true
|
||||
:registration-domain-whitelist ""
|
||||
|
||||
:telemetry-enabled false
|
||||
:telemetry-uri "https://telemetry.penpot.app/"
|
||||
|
@ -161,7 +160,7 @@
|
|||
(s/def ::profile-complaint-threshold ::us/integer)
|
||||
(s/def ::public-uri ::us/string)
|
||||
(s/def ::redis-uri ::us/string)
|
||||
(s/def ::registration-domain-whitelist ::us/string)
|
||||
(s/def ::registration-domain-whitelist ::us/set-of-str)
|
||||
(s/def ::registration-enabled ::us/boolean)
|
||||
(s/def ::rlimits-image ::us/integer)
|
||||
(s/def ::rlimits-password ::us/integer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue