Skip to content

Commit

Permalink
Add Netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Kemp committed Jun 12, 2021
1 parent dba1152 commit 3386505
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 @@ -36,6 +36,7 @@ var SharedHosts = []Matcher{
{OnlineForm{"Jimdo", "https://jimdo-legal.zendesk.com/hc/en-us/requests/new?ticket_form_id=239123"}, isSubDomainOf("jimdosite.com")},
{OnlineForm{"Microsoft", "https://msrc.microsoft.com/report/abuse"}, isSubDomainOf("blob.core.windows.net")},
{AbuseEmail{"Replit", "contact@repl.it"}, isSubDomainOf("repl.co")},
{AbuseEmail{"Netlify", "fraud@netlify.com"}, isSubDomainOf("netlify.app")},
{OnlineForm{"Notion", "https://www.notion.so/Report-inappropriate-content-9feb9f2f9d8c40b1b7d289b155907de0"}, isSubDomainOf("notion.so", "notion.com")},
{AbuseEmail{"Square", "spoof@squareup.com"}, isSubDomainOf("square.site")},
{OnlineForm{"Weebly", "https://www.weebly.com/uk/spam"}, isSubDomainOf("weebly.com")},
Expand Down

0 comments on commit 3386505

Please sign in to comment.