Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
d2c52da5
Commit
d2c52da5
authored
Apr 08, 2018
by
Daniel W Bond
Browse files
it's important that all the characters in your list of bad characters be characters
parent
5632b06e
Pipeline
#2307
failed with stages
in 2 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go/models.py
View file @
d2c52da5
...
...
@@ -22,7 +22,7 @@ from hashids import Hashids # http://hashids.org/python/
# note: the Hashids library already implements several restrictions
# on character placement, including repeating or incrementing numbers,
# or placing curse word characters adjacent to one another
similar_chars
=
set
([
'b'
,
'G'
,
6
,
similar_chars
=
set
([
'b'
,
'G'
,
'6'
,
'g'
,
'q'
,
'l'
,
'1'
,
'I'
,
'S'
,
'5'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment