Skip to content

Commit

Permalink
Merge pull request #423 from GooeyAI/disable-js-handle
Browse files Browse the repository at this point in the history
Disallow handles that conflict with common asset paths
  • Loading branch information
nikochiko authored Aug 5, 2024
2 parents f6539f8 + 6a58c85 commit 430e9f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions handles/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"about",
"blog",
"sales",
"js",
"css",
"assets",
"favicon.ico",
]
COMMON_EMAIL_DOMAINS = [
"gmail.com",
Expand Down

0 comments on commit 430e9f8

Please sign in to comment.