We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@
1 parent 5b142ed commit be50c80Copy full SHA for be50c80
internal/ingress/annotations/parser/validators.go
@@ -44,7 +44,7 @@ var (
44
alphaNumericChars = `\-\.\_\~a-zA-Z0-9\/:`
45
extendedAlphaNumeric = alphaNumericChars + ", "
46
regexEnabledChars = regexp.QuoteMeta(`^$[](){}*+?|&=\`)
47
- urlEnabledChars = regexp.QuoteMeta(`,:?&=`)
+ urlEnabledChars = regexp.QuoteMeta(`@,:?&=`)
48
)
49
50
// IsValidRegex checks if the tested string can be used as a regex, but without any weird character.
0 commit comments