mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Compare with year for root domain check for lets encrypt
This commit is contained in:
parent
d16e768072
commit
5178ea4e78
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ class LetsEncryptWorker
|
|||
end
|
||||
end
|
||||
|
||||
if verified_domains.empty? || (site.created_at >= 2017 && !verified_domains.include?(domain_raw))
|
||||
if verified_domains.empty? || (site.created_at.year >= 2017 && !verified_domains.include?(domain_raw))
|
||||
if @international_domain
|
||||
puts "still waiting on IDN support, ignoring failure for now"
|
||||
clean_wellknown_turds site
|
||||
|
|
Loading…
Add table
Reference in a new issue