Skip to content

Fix URL Predication/Regex in SettingsViewController.swift#74

Merged
CLARATION merged 1 commit intoCLARATION:mainfrom
zimmra:url-predication-regex-patch-1
Sep 21, 2024
Merged

Fix URL Predication/Regex in SettingsViewController.swift#74
CLARATION merged 1 commit intoCLARATION:mainfrom
zimmra:url-predication-regex-patch-1

Conversation

@zimmra
Copy link
Copy Markdown

@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 CLARATION#73
@CLARATION CLARATION merged commit 6a9b705 into CLARATION: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