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

Error while parsing wide filtering rule #556

Closed
ameshkov opened this issue Feb 13, 2017 · 6 comments
Closed

Error while parsing wide filtering rule #556

ameshkov opened this issue Feb 13, 2017 · 6 comments
Assignees
Milestone

Comments

@ameshkov
Copy link
Member

Source:
AdguardTeam/AdguardForAndroid#1009

Review:
adguard-java-code/review/AJC-CR-158

@ameshkov ameshkov added this to the 2.6 milestone Feb 13, 2017
Mizzick added a commit that referenced this issue Feb 21, 2017
@Mizzick Mizzick closed this as completed Feb 21, 2017
@atropnikov
Copy link
Member

We still have a problem. @Mizzick Please, check the following rule |$domain=test.com,script

@atropnikov atropnikov reopened this Feb 27, 2017
@ameshkov
Copy link
Member Author

@Mizzick add a test case for it.

Mizzick added a commit that referenced this issue Feb 27, 2017
@Mizzick
Copy link
Contributor

Mizzick commented Feb 27, 2017

It's ok, isn't it?

@Mizzick Mizzick closed this as completed Feb 27, 2017
@atropnikov
Copy link
Member

Rule |$domain=test.com,script regexp isn't correct.

@atropnikov atropnikov reopened this Feb 27, 2017
@atropnikov
Copy link
Member

var rule = new adguard.rules.UrlFilterRule('||$domain=test.com,script');
assert.ok(rule.isFiltered("http://example.com", true, adguard.RequestTypes.SCRIPT));

This test should not fail, but it does.

@atropnikov atropnikov reopened this Feb 27, 2017
Mizzick added a commit that referenced this issue Feb 27, 2017
@Mizzick
Copy link
Contributor

Mizzick commented Feb 27, 2017

Ok, check this pull request

@Mizzick Mizzick closed this as completed Feb 27, 2017
Mizzick added a commit that referenced this issue Mar 5, 2017
Mizzick added a commit that referenced this issue Mar 5, 2017
Mizzick added a commit that referenced this issue Mar 6, 2017
Mizzick added a commit that referenced this issue Mar 15, 2017
Mizzick added a commit that referenced this issue Mar 15, 2017
atropnikov added a commit that referenced this issue Mar 15, 2017
adguard pushed a commit that referenced this issue Dec 16, 2019
…1549 to master

* commit '0f73758e0f002fefa3b0f60b8cd425211f4ae686':
  feature/1549 parse expires for custom filter
  feature/1549 add default update period
  feature/1549 fix eslint errors
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

3 participants