-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
possibility of deploying custom lists? #531
Comments
Sorry, I visit Twitter once in a while, so it's not the best place to contact me, GitHub is really where I am most of the time. Admin stuff is really not my expertise, so I am not sure about what can be done. What browser are we talking about here? Someone on Wilders Security posted a link to this page, so it appears someone is deploying uBlock Origin, though I don't know if using only default or using custom settings. |
Thanks for getting back to me. Well, what I was hoping for was the ability Do you think you could help? I am a systems engineer for an academic Thanks and looking forward to your reply friend :)
|
uBlock as an extension can't access local file system or registry -- extensions are isolated from the system on which they run, except through whatever API the browser provide. For Chromium-based browsers, it seems
For Firefox, an |
Yes I can push about:config settings via CCK2. My question is what would
|
I am thinking about a JSON string, which would contains the uBlock settings which must override the local ones -- and that the layout of this JSON string would match that of the one created when uBlock creates a backup.
So admin configure uBlock, create a backup, take backup and remove whatever is not meant to be locally overwritten, use the resulting JSON as a string in the |
That would be PERFECT! Looking forward to it.
|
For Firefox, the following
Must be valid, parsable json string. Layout is same as that created through uBlock's backup file. Admins can remove entries, those which are left to the user's choice. Keep in mind the For Chromium, the In latest release (1.0.0.1). |
gorhill, Is this already implemented, or to be implemented? On Mon, Jul 27, 2015 at 10:17 AM, Raymond Hill [email protected]
|
It's implemented, in the latest dev build. |
By any chance, would it be possible to implement a "subscription" feature (it could work with the admin if needed). Basically, subscribe to blocking rules, update them on server, extension fetches update. Admin could simply include the lists. I manage lots of txt files with "profiles", especially because I use some browsers, but don't want to enable sync (if that even works), and it has gotten very tedious at this point to continue managing them, then importing all the changes (and removing old stuff) from the extension. |
I will give some thoughts to this. One "bad" side effect though is this could delay uBlock's startup time if it needs to fetch settings from a remote location. But then this would affect only those who use such feature. In any case, it sort of fits well with what has been implemented here. |
I did not receive feedback regarding this feature from OP, but I did receive sort-of feedback through issue #592 (i.e. looks like it's working as intended). |
I would like to use a Mozilla.cfg file to predefine ublock0 admin settings like this: |
I was wondering if it was possible to deploy a custom list of 3rd party filters. I am deploying ublock origin across my domain and have also tweeted to you in hopes of hearing if there is a possibility of making this happen. By giving us systems guys such capability we can ensure our users are not hindered by the various lists while also tweaking as needed to enable access to the sites that might be blocked but needed.
The text was updated successfully, but these errors were encountered: