Don't preprocess URL for :header_match strategy.

This commit is contained in:
Markus Reiter 2021-01-06 12:34:30 +01:00
parent e5eb6a2646
commit 52daccb365

View File

@ -31,6 +31,7 @@ module Homebrew
STRATEGY_SYMBOLS_TO_SKIP_PREPROCESS_URL = [
:github_latest,
:page_match,
:header_match,
:sparkle,
].freeze