Merge branch 'master' into new-enumeration-system

This commit is contained in:
Christian Mehlmauer
2013-04-01 23:11:37 +02:00
7 changed files with 120 additions and 3 deletions

View File

@@ -196,6 +196,10 @@ class Browser
params = params.merge(cache_ttl: @cache_ttl)
end
# Disable SSL-Certificate checks
params = params.merge(ssl_verifypeer: false)
params = params.merge(ssl_verifyhost: 0)
params
end