iOS version: 15.3.1
Apollo version: 1.12.2
iOS device: iPhone X
Jailbroken: Nope
Reproducible: Yes
Expected behavior
The link preview should display the full pravda.com.ua domain in the preview.
Screenshots
Additional context
I would imagine that what's happening here is URLs are parsed and subdomains are removed when generating the preview URL. This is incorrectly recognizing .ua as the TLD and com as the domain rather than .com.ua as the TLD and pravda as the domain
Describe the bug I viewed a post which linked to
pravda.com.ua
however the URL displayed shows onlycom.ua
To Reproduce Steps to reproduce the behavior:
.com.au
URLiOS version: 15.3.1 Apollo version: 1.12.2 iOS device: iPhone X Jailbroken: Nope Reproducible: Yes
Expected behavior The link preview should display the full
pravda.com.ua
domain in the preview.Screenshots
Additional context I would imagine that what's happening here is URLs are parsed and subdomains are removed when generating the preview URL. This is incorrectly recognizing
.ua
as the TLD andcom
as the domain rather than.com.ua
as the TLD andpravda
as the domain