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

Rules with ~ in domain are incorrectly converted #19

Closed
AdamWr opened this issue Jan 31, 2024 · 0 comments
Closed

Rules with ~ in domain are incorrectly converted #19

AdamWr opened this issue Jan 31, 2024 · 0 comments

Comments

@AdamWr
Copy link
Member

AdamWr commented Jan 31, 2024

For example, this rule:

.adriver.$domain=~adriver.co|~adriver.tech

is changed to:

.adriver.$domain=adriver.co

But it should be:

.adriver.$domain=~adriver.co

image

adguard pushed a commit that referenced this issue Jan 31, 2024
Merge in ADGUARD-FILTERS/dead-domains-linter from fix-20-8-exportimport to master

Closes #8
Closes #20

Squashed commit of the following:

commit 27fdbce
Merge: ad3a50d b603c77
Author: Andrey Meshkov <am@adguard.com>
Date:   Wed Jan 31 18:24:44 2024 +0300

    merge with master, fix jsdoc issues

commit ad3a50d
Author: Andrey Meshkov <am@adguard.com>
Date:   Wed Jan 31 18:10:29 2024 +0300

    Added options to export and import dead domains

    Closes #8
    Closes #20

commit f06cfa3
Merge: fc44bda 772173c
Author: Andrey Meshkov <am@adguard.com>
Date:   Wed Jan 31 17:56:17 2024 +0300

    Merge branch 'master' into fix-20-8-exportimport

commit fc44bda
Author: Andrey Meshkov <am@adguard.com>
Date:   Wed Jan 31 16:14:42 2024 +0300

    Fix #19, fix the issue with keeping negated domain
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

1 participant