1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-08-15 10:50:09 +02:00

Merge branch 'less_pedandic_checks' into 'master'

opencollecive: fix allowed characters

See merge request fdroid/fdroidserver!724
This commit is contained in:
Hans-Christoph Steiner 2020-03-10 15:49:50 +00:00
commit 9d4f0f6712

View File

@ -452,7 +452,7 @@ valuetypes = {
['LiberapayID']),
FieldValidator("Open Collective",
r'^[0-9a-z-]+$',
r'^[0-9a-zA-Z_-]+$',
['OpenCollective']),
FieldValidator("HTTP link",