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

noFiltering Admin Policy not working #174

Open
pyther opened this issue Aug 9, 2024 · 3 comments
Open

noFiltering Admin Policy not working #174

pyther opened this issue Aug 9, 2024 · 3 comments

Comments

@pyther
Copy link

pyther commented Aug 9, 2024

I've declared the following configuration profile on macOS

com.google.Chrome.extensions.ddkjiahejlhfcafbddmgiahcphecmpfh
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>disableFirstRunPage</key>
	<true/>
	<key>noFiltering</key>
	<array>
		<string>grubhub.com</string>
		<string>google.com</string>
		<string>youtube.com</string>
	</array>
</dict>
</plist>

Chrome detects the settings, as seen via chrome://policy
image

The filter list is empty in the extension settings:
image

Adblocking is not disable for for grubhub, google.com, or youtube.com.
image

Chrome: 127.0.6533.100
uBlock Origin Lite 2024.8.5.925
macOS: 14.6.1

I'm not sure what other information would be helpful, but happy to provide anything needed.

@gorhill
Copy link
Member

gorhill commented Aug 10, 2024

Did you try restarting the browser more than once?

@pyther
Copy link
Author

pyther commented Aug 11, 2024

Thanks, restarting twice did the trick. However, I noticed that sites that are removed from the noFiltering array are not removed from the No Filtering list. For example if I set noFiltering = ['google.com', 'facebook.com'] then change the array to noFiltering = ['youtube.com', 'grubhub.com'] all four domains are included in the plugin's No Filtering list. Is this expected behavior?

@gorhill
Copy link
Member

gorhill commented Aug 11, 2024

Is this expected behavior?

Yes, the hostnames from noFiltering do not overwrite the existing ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants