-
Notifications
You must be signed in to change notification settings - Fork 81
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
Give admins the ability to add trusted sites #1433
Comments
I will try to add support for this today in dev build. |
Huge thanks. |
Related issue: - uBlockOrigin/uBlock-issues#1433 The new "extraTrustedSiteDirectives" policy is an array of strings, each of which is parsed as a trusted-site directive to append to a user's own set of trusted-site directives at launch time. The added trusted-site directives will be considered as part of the default set of directives by uBO.
The new policy is These extra trusted-site directives are appended to a user's own directives at every launch, and are considered by uBO as default directives, i.e. they will be rendered as such in the editor. |
Well the other problem is that even we forced installed uBO via google admin console and pushed out the settings, end users can still change them when they want. I can describe this as 08:00AM we pushed out the settings then users mess around in the settings page, *they can still change the settings unless they reboot their devices. So that, I said it's limited for us. What do you think about that? @gorhill Side note: uBO is still my still my favourite Chrome extensions since 2015. I am not a uBO haters or any things related to "let uBO moves into business oriented [movement] guy" that kind of thing. As I totally agree the perspective/idea of the uBO team. I enjoy and love using uBO everyday. |
@gorhill @uBlock-user Cloud you comments on that please?
|
Be specific. What exact settings do you want to be read-only? I can comment and/or act only on specifics. I consider the issue here solved, you specifically asked for ability to add trusted-site directives to a user's own set, which is what I fixed. For more, open distinct issues for specific settings and what you want about them as admin. |
Got it. I will create a new issue. |
This functionality would be great, looking forward to implement, currently on version 1.37.2 trying to deploy this via GPO but unsuccessful. Any tricks to getting this push via GPO if at all possible. |
You can add trusted sites already, read the wiki, and specifically https://github.com/uBlockOrigin/uBlock-issues/wiki/Deploying-uBlock-Origin:-configuration#trustedsitedirectives-1. |
Prerequisites
Description
Just stumbled while implementing policy settings to start pushing out uBO to replace ABP across all our Chromebooks and Windows 10 laptop. With a little fiddling, was able to push multiple settings and the netWhitelist with multiple domains. One question, though, is if there's a way to push out whitelist domains that doesn't replace the user's whitelist settings? When I push out a couple domains via the netWhitelist value, it replaces the entire list rather than appending/updating existing ones.
Also, Sometimes I want to whitelist a website for my users, but I wanted to allow them to whitelist other websites. Currently, the policies that I can config in admin consle we're extremely limited for uBO. Cloud you release more chrome://policy on uBO??
Your environment
The text was updated successfully, but these errors were encountered: