metabolist / metatext

A free, open-source iOS Mastodon client.
https://metabolist.org/metatext
GNU General Public License v3.0
727 stars 102 forks source link

Add HTTPS URL check to accountSettingsURL / editProfileURL #134

Closed 6a-62 closed 2 years ago

6a-62 commented 2 years ago

Summary

Workaround for instances that registers their URL as "https://instance.url", as this breaks the Account Settings & Edit Profile webviews in Metatext.

Fixed this by adding check for an existing HTTPS prefix in accountSettingsURL or editProfileURL.

Other Information

jzzocc commented 2 years ago

Thanks!