Merge pull request #17512 from samford/cask-audit-livecheck-availability-user-agents

This commit is contained in:
Mike McQuaid 2024-06-15 18:28:48 +01:00 committed by GitHub
commit e2d01583f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -839,7 +839,8 @@ module Cask
validate_url_for_https_availability(
url, "livecheck URL",
check_content: true
check_content: true,
user_agents: [:default, :browser]
)
end