mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-14 17:18:20 +00:00
Merge branch 'issue-18074' into production.panel.sutty.nl
This commit is contained in:
commit
32b70499fd
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Api
|
|||
|
||||
# Lista de nombres de dominios a emitir certificados
|
||||
def index
|
||||
all_names = sites_names.concat(alternative_names).concat(api_names).concat(www_names).uniq.map do |name|
|
||||
all_names = sites_names.concat(alternative_names).concat(www_names).concat(api_names).uniq.map do |name|
|
||||
canonicalize name
|
||||
end.reject do |name|
|
||||
subdomain? name
|
||||
|
|
Loading…
Reference in a new issue