Skip to content

Ad blocking frequently stops working #136

Description

@kmw0410

Please answer the following questions for yourself before submitting an issue

  • Filters were updated before reproducing an issue
  • I checked the knowledge base and found no answer
  • I checked to make sure that this issue has not already been filed

AdGuard CLI version

v1.4.11

Browser version

Firefox 151.0.3

OS version

CachyOS

Issue Details

Ad blocking frequently stops working even though adguard is running with auto proxy mode enabled.

This issue has been occurring for the past 2-3 weeks. when it happens, simply toggling ad blocking on and off through browser assistant does not resotre functionality. The only workaround is to restart the adguard cli service (stop -> start), after which ad blocking works normally again.

Expected Behavior

Ad blocking should continue to work normally at all times while adguard is running with auto proxy mode enabled.

Actual Behavior

Ad blocking intermittently stops working, causing ads to be displayed. Toggling ad blocking off and on through browser assistant does not restore functionality. adguard cli must be stopped and started again for ad blocking to resume working normally.

Screenshots

Firefox proxy settings

Image

Screenshot of the issue

Image

Additional Information

# adguard-cli config show

proxy_mode: 'auto'
filtered_ports: '80:5221,5300:49151'
show_hints: true
update_channel: 'nightly'
send_crash_reports: true
log_level: 'debug'
show_notifications: false
listen_ports:
  socks5_proxy: 1081
  http_proxy: 3129
listen_address: '127.0.0.1'
listen_auth: <folded> disabled
worker_threads: 4
access_log_file: 'access.log'
outbound_interface: null
ad_blocking_enabled: true
adguard_headers_enabled: false
auto_enable_language_filters: true
filters:
  - 'flm://'
  - 'user.txt'
https_filtering: <folded> enabled
dns_filtering: <folded> disabled
safebrowsing: <folded> enabled
crlite: <folded> enabled
stealthmode: <folded> disabled
outbound_proxy: <folded> disabled
userscripts:
  - meta: 'userscripts/adguard-extra.meta.json'
    content: 'userscripts/adguard-extra.user.js'
har_writer: <folded> disabled
apps:
  - include-list: browsers.yaml
  - name: '*vpn*'
    action: 'bypass'
    skip_outbound_proxy: true
  - name: '*'
    action: 'bypass_https'

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions