Move tag exclusion to scrape query resolver (#2391)

This commit is contained in:
WithoutPants
2022-03-20 19:46:12 +11:00
committed by GitHub
parent e4ad42caf0
commit dd0fa48345
4 changed files with 104 additions and 46 deletions

View File

@@ -36,7 +36,6 @@ type GlobalConfig interface {
GetScrapersPath() string
GetScraperCDPPath() string
GetScraperCertCheck() bool
GetScraperExcludeTagPatterns() []string
}
func isCDPPathHTTP(c GlobalConfig) bool {