Skip to content

Commit

Permalink
Merge pull request #4 from beeper/revert-3-mattylase-patch-2
Browse files Browse the repository at this point in the history
Revert "Update submit.go"
  • Loading branch information
mattylase authored Jan 19, 2024
2 parents f071788 + f313b8d commit b0829b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func (s *submitServer) parseRequest(w http.ResponseWriter, req *http.Request, re
delete(p.Data, "verified_device_id")
if !hasUserID {
return p
} else if p.AppName == "booper" || p.AppName == "bleeper" {
} else if p.AppName == "booper" {
if gplaySpamEmailRegex.MatchString(userID) {
log.Println("Dropping report from", userID)
w.Header().Set("Content-Type", "application/json")
Expand Down

0 comments on commit b0829b0

Please sign in to comment.