master #1

Merged
lino.jorzick merged 203 commits from External/greenlight:master into master 2021-10-02 18:19:43 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 779b41a64a - Show all commits

View File

@ -111,6 +111,7 @@ module ApplicationHelper
http = Net::HTTP.new(url.host, url.port)
http.use_ssl = (url.scheme == "https")
http.read_timeout = 10
http.open_timeout = 10
http.start do |web|
response = web.head(url.request_uri)