Sam Ford 1ac70579eb
Cask: skip livecheck https audit for POST requests
We recently added `POST` request support to livecheck but related cask
checks are failing the `livecheck_https_availability` audit because it
calls `validate_url_for_https_availability` which calls
`Utils::Curl.curl_check_http_content` and that checks the URL using a
`GET` request. Adding `POST` request support to all of those methods
will take some work, so this adds a guard to skip the audit if the
`livecheck` block uses `post_form` or `post_json`. This isn't ideal
but it will allow us to add these `livecheck` blocks in the interim
time.

Co-authored-by: Douglas Eichelberger <d@eic.email>
2025-03-06 12:14:42 -05:00
..
2025-03-02 21:36:03 -08:00
2025-03-05 20:12:18 +01:00
2025-03-02 21:36:03 -08:00
2025-01-14 08:14:39 -05:00
2025-03-02 21:36:03 -08:00
2025-03-05 20:12:18 +01:00
2025-03-05 20:12:18 +01:00
2024-10-02 10:03:12 -07:00
2024-12-12 00:01:30 -08:00
2025-03-02 21:36:03 -08:00
2024-10-06 09:25:57 -07:00
2025-03-02 21:36:03 -08:00
2025-03-02 21:36:03 -08:00
2025-03-02 21:36:03 -08:00
2025-02-25 15:34:49 +00:00
2024-12-11 11:04:55 -08:00