Unable to edit my profile due to validation error on company name
## Summary
I can not edit my profile because my company name is in URL format and the validation rules for the company field fails due to having such a format.
## Steps to reproduce
1. Create a user that has a company name that matches a URL format (mine is `one.com`)
2. Try to edit any field of the profile of such user
3. Click Next
## What is the current bug behavior?
It shows the following error message:
```
A URL is not a valid value for this field.
```
## What is the expected correct behavior?
A company name can be in URL format. Mine is `one.com` and I'm sure there are other companies.
## Relevant logs and/or screenshots
Nothing
## Priority
- [ ] Urgent
- [ ] High
- [x] Medium
- [ ] Low
## Severity
- [ ] Blocker
- [ ] Major
- [ ] Normal
- [x] Low
## Impact
I was trying to update my address as well as adding a profile picture, but I can't go any further in the profile page. If mine is an exception case, it's OK for me if I could provide the details and an admin user updates these info in the database.
issue