Unescaped @ symbols are invalid for URL paths.
What does it say about a company who can't even get URLs right?
Your comment would be just fine without that last sentence.
URI = scheme ":" hier-part [ "?" query ] [ "#" fragment ] hier-part = "//" authority path-abempty path-abempty = *( "/" segment ) segment = *pchar pchar = unreserved / pct-encoded / sub-delims / ":" / "@"
> Within the <path> and <searchpart> components, "/", ";", "?" are reserved.
Unescaped @ symbols are invalid for URL paths.
What does it say about a company who can't even get URLs right?