mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-06 09:21:07 +03:00
Merge branch 'less_pedandic_checks' into 'master'
opencollecive: fix allowed characters See merge request fdroid/fdroidserver!724
This commit is contained in:
commit
9d4f0f6712
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@ valuetypes = {
|
||||||
['LiberapayID']),
|
['LiberapayID']),
|
||||||
|
|
||||||
FieldValidator("Open Collective",
|
FieldValidator("Open Collective",
|
||||||
r'^[0-9a-z-]+$',
|
r'^[0-9a-zA-Z_-]+$',
|
||||||
['OpenCollective']),
|
['OpenCollective']),
|
||||||
|
|
||||||
FieldValidator("HTTP link",
|
FieldValidator("HTTP link",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue