Skip to content
Snippets Groups Projects
Commit 8b68dc0a authored by Stephen Brennan's avatar Stephen Brennan
Browse files

Allow ~ in HTTP URL paths

This allows URLs such as http://sharedserver.com/~homedir/index.html to be
parsed and opened correctly.
parent fe761422
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