Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URL Predication/Regex in SettingsViewController.swift #74

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

zimmra
Copy link
Contributor

@zimmra zimmra commented Sep 21, 2024

urlPredicate was set to match only https:// and http://, it didn't allow for a URL to be entered.

This should allow for the URL to be fully entered/saved

It also limits it to just https urls, since that is apparently require by iOS 18+ anyways

Should fix issue #73

`urlPredicate` was set to match only `https://`, it didn't allow for a URL to be entered. 

This should allow for the URL to be fully entered/saved

Should fix issue khcrysalis#73
@khcrysalis khcrysalis merged commit 6a9b705 into khcrysalis:main Sep 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants