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

Android browser ui #96

Closed
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next
Update CHANGELOG, package.json and manifest.json
  • Loading branch information
mai-cliqz committed Jun 11, 2018
commit 7775d625ac37bcdd84317002b2a74888c7073605
@@ -1,3 +1,8 @@
### GHOSTERY 8.1.2 (April 19, 2018)

+ Remove WebSocket filter scheme support for older versions of Chrome and FF
+ Fix Human Web endpoint URLs

### GHOSTERY 8.1.1 (April 11, 2018)

+ New surrogate for 'NetRatings SiteCensus' tracker that locks up Chrome when blocked (Issue #11)
@@ -26,7 +26,6 @@
},
"content_scripts": [
{
"all_frames": false,
"js": [
"dist/ghostery_dot_com.js"
],
@@ -43,7 +42,6 @@
"run_at": "document_idle"
},
{
"all_frames": false,
"js": [
"dist/platform_pages.js"
],
@@ -42,13 +42,14 @@
"homepage": "https://github.com/ghostery/ghostery-extension#readme",
"dependencies": {
"base64-js": "^1.2.1",
"browser-core": "https://s3.amazonaws.com/cdncliqz/update/edge/ghostery/v7.26/1.26.1.tgz",
"browser-core": "https://s3.amazonaws.com/cdncliqz/update/edge/ghostery/v7.26/1.26.2.tgz",
"classnames": "^2.2.5",
"d3": "^4.13.0",
"d3-scale": "^1.0.6",
"foundation-sites": "^6.4.4-rc1",
"history": "^4.7.2",
"moment": "^2.19.1",
"prop-types": "^15.6.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
ProTip! Use n and p to navigate between commits in a pull request.