Skip to content

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

Closed
@ryangball

Description

@ryangball

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions