> You are about to log in to the site “i-dont-have-linkedin.com” with the username “linkedin.com”, but the web site does not require authentication. This may be an attempt to trick you.
> Is “i-dont-have-linkedin.com” the site you want to visit?
If those sites are even more clever than a regex, they might bin your application for this.
sebstefan|1 year ago
If they do it the proper way? It's all ogre
You shouldn't use regex to parse URLs, you should use the URL handler that comes with your language (ex: https://developer.mozilla.org/en-US/docs/Web/API/URL/URL)
```js
```xdennis|1 year ago
> You are about to log in to the site “i-dont-have-linkedin.com” with the username “linkedin.com”, but the web site does not require authentication. This may be an attempt to trick you.
> Is “i-dont-have-linkedin.com” the site you want to visit?
If those sites are even more clever than a regex, they might bin your application for this.
revx|1 year ago
snapcaster|1 year ago