mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Added check for 'HTTP/1.1 302 Found'
This commit is contained in:
parent
50356f60a2
commit
bdac489804
1 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ class Cask::LinkChecker
|
|||
|
||||
HTTP_RESPONSES = [
|
||||
'HTTP/1.0 200 OK',
|
||||
'HTTP/1.1 200 OK'
|
||||
'HTTP/1.1 200 OK',
|
||||
'HTTP/1.1 302 Found'
|
||||
]
|
||||
|
||||
OK_RESPONSES = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue