Skip to content

Commit

Permalink
Remove whitespace from the forbidden character list
Browse files Browse the repository at this point in the history
  • Loading branch information
DervexDev committed May 6, 2024
1 parent fb6c642 commit a0f4de8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/forbidden-characters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Your instance name cannot:
- Be longer than 255 characters
- End with a period (`.`)
- End with a space (` `)
- Contain whitespace characters
- Contain any ASCII [control characters](https://en.wikipedia.org/wiki/Control_character)
- Contain any of the following characters:
- `<` (less than)
Expand All @@ -42,6 +41,5 @@ Your instance name cannot:

- Be an empty string
- Be longer than 255 characters
- Contain whitespace characters
- Contain forward slashes (`/`)
- Contain [null characters](https://en.wikipedia.org/wiki/Null_character)

0 comments on commit a0f4de8

Please sign in to comment.