List of domains to whitelist.
Declarations
Type
list of string
Default
with config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
Example
[
"localhost"
"hedgedoc.org"
]
List of domains to whitelist.
list of string
with config.services.hedgedoc.settings; [ host ] ++ lib.optionals (domain != null) [ domain ]
[
"localhost"
"hedgedoc.org"
]