Skip to content

Commit

Permalink
fix url field pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
yurikuzn committed Oct 24, 2022
1 parent eb6f9b6 commit 3084ddd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
"isSystem": true
},
"uriOptionalProtocol": {
"pattern": "((a-zA-Z0-9)\\:\\/\\/)?[a-zA-Z0-9%\\.\\/\\?\\:@\\-_=#]+\\.([a-zA-Z0-9%\\&\\.\\/\\?\\:@\\-_=#])*",
"pattern": "((a-zA-Z0-9)\\:\\/\\/)?[a-zA-Z0-9%\\.\\/\\?\\:@\\-_=#$!+*\\(\\)',]+\\.([a-zA-Z0-9%\\&\\.\\/\\?\\:@\\-_=#$!+*\\(\\)',])*",
"isSystem": true
}
}

0 comments on commit 3084ddd

Please sign in to comment.