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

Enable CSS validation for NPM package #68

Merged
merged 1 commit into from Feb 5, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Enable CSS validation for NPM package

  • Loading branch information
antonok-edm committed Feb 4, 2020
commit 6663d5c53e9bfabee1da8dfd648444660de5afbd
@@ -70,4 +70,4 @@ console.log("Matching:", client.check("https://bbci.co.uk/test/analytics.js", "h

- [ ] Function for extracting CSP directives
- [ ] Generate string representation of a rule when debug mode is off (i.e. initial rule is not available)
- [ ] Cosmetic filters
- [x] Cosmetic filters

Some generated files are not rendered by default. Learn more.

@@ -16,5 +16,5 @@ neon-build = "0.3.3"
[dependencies]
neon-serde = "0.3"
serde = { version = "1.0", features = ["derive", "rc"] }
adblock = { path = "../", default-features = false }
adblock = { path = "../", default-features = false, features = ["css-validation"] }
neon = "0.3.3"
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.