Skip to content

Commit

Permalink
@ is invalid in link url #3508
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed May 15, 2024
1 parent f8084aa commit 961f212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export class Validators {
}

private static getPathRegExp(): RegExp {
return /((\/)+([A-z0-9\-\%\.\…\:\§\,\+()!]+\/{0,2})*)?/;
return /((\/)+([A-z0-9\-\%\.\…\:\§\,\+()!@]+\/{0,2})*)?/;
}

private static getExtensionRegExp(): RegExp {
Expand Down

0 comments on commit 961f212

Please sign in to comment.