Closed
Description
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
- Rename existing
urlExclusionsList
todefaultExclusionsList
- Introduce a new
excludedPathsListKey
property to define the key we will use - Create a new
urlExclusionsList
static var that combines thedefaultExclusionsList
and managed exclusions viaUserDefaults
by mapping the newexcludedPathsList
key to an array ofURL
s
Metadata
Metadata
Assignees
Labels
No labels