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

bugfix: Fixed bug which was causing clients to continue following glo… #4983

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

ishanjain28
Copy link
Contributor

This PR fixes #4982

This line,

Context.filters.ApplyBlockedServices(setts, nil)

adds globally blocked services because of the line here,

list = d.Config.BlockedServices

It should not call Context.filters.ApplyBlockedServices(setts, nil) for a client which has opted to ignore global blocked services.

…bal service blocks even when user opted to not do that
@adguard adguard merged commit 5e62630 into AdguardTeam:master Oct 3, 2022
@ainar-g ainar-g added this to the v0.107.15 milestone Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

adguard home does not respect client configuration overrides
4 participants