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

[Feature Request] Allow for setting additional URLs to exclude via profile (UserDefaults) #11

Closed
ryangball opened this issue Oct 30, 2024 · 0 comments · Fixed by #12
Closed

Comments

@ryangball
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The exclusions list could be appended to without needing to rebuild the project. This can be done easily with UserDefaults as there are already options configured like this already.

Describe the solution you'd like

  1. Rename existing urlExclusionsList to defaultExclusionsList
  2. Introduce a new excludedPathsListKey property to define the key we will use
  3. Create a new urlExclusionsList static var that combines the defaultExclusionsList and managed exclusions via UserDefaults by mapping the new excludedPathsList key to an array of URLs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant