Skip to content

Commit

Permalink
Add Yola Matcher (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApCoder123 authored May 6, 2021
1 parent e24c6b5 commit 024b411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matchers/shared_hosting.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ var sharedHostMatchers = []matcher{
{OnlineForm{"Google Cloud", "https://support.google.com/code/contact/cloud_platform_report"}, isSubDomainOf("appspot.com")},
{OnlineForm{"Google Cloud", "https://support.google.com/code/contact/cloud_platform_report"}, isSubDomainOf("googleapis.com")},
{OnlineForm{"Weebly", "https://www.weebly.com/uk/spam"}, isSubDomainOf("weebly.com")},
{OnlineForm{"Yola", "https://helpcenter.yola.com/hc/en-us/requests/new?ticket_form_id=360001504300"}, isSubDomainOf("yolasite.com")},
}

func isSubDomainOf(domain string) func(string) bool {
Expand Down

0 comments on commit 024b411

Please sign in to comment.