You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to defaultExclusionsList
Introduce a new excludedPathsListKey property to define the key we will use
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
The text was updated successfully, but these errors were encountered:
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
urlExclusionsList
todefaultExclusionsList
excludedPathsListKey
property to define the key we will useurlExclusionsList
static var that combines thedefaultExclusionsList
and managed exclusions viaUserDefaults
by mapping the newexcludedPathsList
key to an array ofURL
sThe text was updated successfully, but these errors were encountered: