mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 11:15:12 +00:00
18 lines
206 B
Go
18 lines
206 B
Go
package handler
|
|
|
|
var (
|
|
// crude impression prevention
|
|
BanFrom = []string{
|
|
"Amazon",
|
|
"Google",
|
|
"Paypal",
|
|
"Facebook",
|
|
"Microsoft",
|
|
"Twilio",
|
|
"Stripe",
|
|
"Apple",
|
|
"Uber",
|
|
"Deliveroo",
|
|
}
|
|
)
|