Skip to content

Commit

Permalink
Merge pull request #4533 from FlowFuse/add-egress-to-banned-names
Browse files Browse the repository at this point in the history
Add egress to banned list of instance names
  • Loading branch information
knolleary committed Sep 23, 2024
2 parents 4e1f5ec + 77264d5 commit 45c992a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge/db/models/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const BANNED_NAME_LIST = [
'status',
'billing',
'mqtt',
'broker'
'broker',
'egress'
]

/** @type {FFModel} */
Expand Down

0 comments on commit 45c992a

Please sign in to comment.