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

GH-1989: Fixes site-specific whitelisting for unblocked trackers #522

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

Always

Just for now

fix merge conflicts

  • Loading branch information
christophertino committed Apr 14, 2020
commit cd1c04996e288093b9fbfdff0760f83d972ec312
@@ -1,6 +1,12 @@
### GHOSTERY 8.5.0 ()

+ Fixes bug in site-specific tracker white-listing (Fixes #519)
+ Update legacy unit tests (#526)

### GHOSTERY 8.4.9 (April 9, 2019)

+ Better handling of semantic version comparison (#524)
+ Updates to AMO build script (#524)

### GHOSTERY 8.4.8 (March 30, 2019)

@@ -91,6 +91,7 @@
"eslint-plugin-react": "^7.19.0",
"fs-extra": "^9.0.0",
"jest": "^25.2.6",
"jest-fetch-mock": "^3.0.3",
"jest-when": "^2.7.1",
"jsdoc": "^3.6.3",
"jsonfile": "^6.0.1",
You are viewing a condensed version of this merge commit. You can view the full changes here.
ProTip! Use n and p to navigate between commits in a pull request.