Skip to content
Snippets Groups Projects
Commit 871b508f authored by George Nachman's avatar George Nachman Committed by GitHub
Browse files

Merge pull request #337 from brenns10/master

Allow ~ in HTTP URL paths
parents 6df7f1b7 8b68dc0a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -72,7 +72,7 @@
<key>notes</key>
<string>HTTP URL</string>
<key>regex</key>
<string>https?://([a-z0-9A-Z]+(:[a-zA-Z0-9]+)?@)?([a-z0-9A-Z][-a-z0-9A-Z]*\.)+[A-Za-z][-A-Za-z]*((:[0-9]+)?)(/[a-zA-Z0-9;/\.\-_+%?&amp;@=#\(\)]*)?</string>
<string>https?://([a-z0-9A-Z]+(:[a-zA-Z0-9]+)?@)?([a-z0-9A-Z][-a-z0-9A-Z]*\.)+[A-Za-z][-A-Za-z]*((:[0-9]+)?)(/[a-zA-Z0-9;/\.\-_+%?&amp;@=#\(\)~]*)?</string>
<key>precision</key>
<string>very_high</string>
</dict>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment