1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00
uBlock/platform/npm
Raymond Hill 1130746a9b
Fix regression with important filter option
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/1732

The regression affect filter with the `important` option when
the following conditions were fulfilled:

- The filter pattern is pure hostname
- The filter has not one of the following options:
  - domain
  - denyallow
  - header
  - strict1p, strict3p
  - csp
  - removeparam
- There is a matching exception filter

Related commit:
- a2a8ef7e85

A related mocha test has been added in order to detect this
specific regression in the future through `make test`.
2021-09-24 11:09:32 -04:00
..
tests Fix regression with important filter option 2021-09-24 11:09:32 -04:00
.eslintrc.json Lint Mocha tests too (#3824) 2021-08-15 11:13:13 -04:00
.npmignore Exclude more resources from the published npm package 2021-08-16 12:40:46 -04:00
package-lock.json Use createWorld() in request data tests (#3832) 2021-08-17 07:20:13 -04:00
package.json Fix regression with important filter option 2021-09-24 11:09:32 -04:00
test.js Add tests for enableWASM() (#3835) 2021-08-17 09:53:28 -04:00