courlan icon indicating copy to clipboard operation
courlan copied to clipboard

Add support for username in netloc?

Open adbar opened this issue 2 years ago • 1 comments

Example: https://usr:[email protected]/.

urllib.parse doesn't break apart usr:pwd and example.org in netloc.

Check if this is relevant and potentially add the corresponding functionality so that the extracted hostname is example.org.

adbar avatar Jan 11 '24 13:01 adbar

Note: exclude 'javascript:', 'mailto:', and 'tel:'

adbar avatar Jan 11 '24 16:01 adbar