Skip to content

Commit

Permalink
Add Bitly reporting form
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Kemp committed May 6, 2021
1 parent 28d95e3 commit e24c6b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion matchers/shared_hosting.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ func IsSharedHostingProvider(u *url.URL) (bool, ProviderContact) {
// Try to keep this sorted alphabetically by ProviderName
var sharedHostMatchers = []matcher{
{OnlineForm{"000webhost", "https://www.000webhost.com/report-abuse"}, isSubDomainOf("000webhost.com")},
{OnlineForm{"00webhost", "https://www.000webhost.com/report-abuse"}, isSubDomainOf("000webhostapp.com")},
{OnlineForm{"000webhost", "https://www.000webhost.com/report-abuse"}, isSubDomainOf("000webhostapp.com")},
{OnlineForm{"Bitly", "https://bitly.is/reporting-abuse"}, isSubDomainOf("bit.ly")},
{OnlineForm{"Blogger", "https://support.google.com/blogger/answer/76315"}, isSubDomainOf("blogger.com")},
{OnlineForm{"Blogger", "https://support.google.com/blogger/answer/76315"}, isSubDomainOf("blogspot.com")},
{OnlineForm{"Google Cloud", "https://support.google.com/code/contact/cloud_platform_report"}, isSubDomainOf("appspot.com")},
Expand Down

0 comments on commit e24c6b5

Please sign in to comment.