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

Allow deploying dynamic filters without adminSettings #3534

Open
9 tasks done
JuneStepp opened this issue Jan 24, 2025 · 1 comment
Open
9 tasks done

Allow deploying dynamic filters without adminSettings #3534

JuneStepp opened this issue Jan 24, 2025 · 1 comment
Labels
something to address something to address

Comments

@JuneStepp
Copy link

JuneStepp commented Jan 24, 2025

Prerequisites

  • I verified that this is not a filter list issue. Report any issues with filter lists or broken website functionality in the uAssets issue tracker.
  • This is NOT a YouTube, Facebook or Twitch report. These sites MUST be reported by clicking their respective links.
  • This is not a support issue or a question. For support, questions, or help, visit /r/uBlockOrigin.
  • I performed a cursory search of the issue tracker to avoid opening a duplicate issue.
  • The issue is not present after disabling uBO in the browser.
  • I checked the documentation to understand that the issue I am reporting is not normal behavior.

I tried to reproduce the issue when...

  • uBO is the only extension.
  • uBO uses default lists and settings.
  • using a new, unmodified browser profile.

Description

As far as I can tell, the only current way to deploy dynamic filters is with adminSettings. Per #2795 (comment), I'm reporting this.

This is important for my use case of declaratively configuring and deploying my personal browsers to multiple computers.

A specific URL where the issue occurs.

N/A

Steps to Reproduce

N/A

Expected behavior

Supported option to deploy dynamic filtering configurations.

Example:

{
    "userSettings": [
        [ "dynamicFilteringEnabled", "true" ]
        [ "dynamicFilteringString", "..." ]
    ]
}

Actual behavior

Dynamic filtering has to be configured with adminSettings.

uBO version

1.61.2

Browser name and version

Firefox 134.0

Operating System and version

Linux

@gwarser
Copy link

gwarser commented Jan 25, 2025

#3116 (comment)

@gwarser gwarser added the something to address something to address label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
something to address something to address
Projects
None yet
Development

No branches or pull requests

2 participants