mirror of https://github.com/kubeflow/website.git
Added = and % to HTTP_PATTERN (#1704)
This commit is contained in:
parent
fa0901eca3
commit
876c852065
|
|
@ -39,7 +39,7 @@ parser.add_argument(
|
|||
|
||||
# http/https URLs
|
||||
HTTP_PATTERN = re.compile(
|
||||
'http[s]?://[a-zA-Z\-_?/*\.#\$][a-zA-Z0-9\-_?/*\.#\$]+')
|
||||
'http[s]?://[a-zA-Z\-_?/*\.#\$][a-zA-Z0-9\-_?/*\.#%=\$]+')
|
||||
|
||||
# Patterns in this white list are considered valid.
|
||||
WHITE_LIST = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue