Skip to content

Commit

Permalink
Add entries to name deny list
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Jan 12, 2025
1 parent c7655a6 commit 4c0618e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions db/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,12 @@ var DenyList = []string{
"create",
"www",
"public",
"global",
"g",
"root",
"localhost",
"ams",
"ash",
}

type DB interface {
Expand Down

0 comments on commit 4c0618e

Please sign in to comment.