Skip to content

Commit

Permalink
Disallow handles that might conflict with common asset routes
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Aug 5, 2024
1 parent e54334e commit 6a58c85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions handles/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
"blog",
"sales",
"js",
"css",
"assets",
"favicon.ico",
]
COMMON_EMAIL_DOMAINS = [
"gmail.com",
Expand Down

0 comments on commit 6a58c85

Please sign in to comment.