disconnectme / disconnect

Disconnect is a browser extension that makes the web faster, more private, and more secure.
https://disconnect.me/
GNU General Public License v3.0
780 stars 137 forks source link

Service domains duplicated with different category/organization/urls #327

Open joelpurra opened 10 years ago

joelpurra commented 10 years ago

After writing a transformation of services.json for a project of mine, I found some inconsistencies.

Below is the result of my transformation, listing inconsistencies. These four service domains are listed with different category/organization/urls. The arrays represent the duplication differences, the other values are the same in the different places they've been duplicated.

I suggest looking at these service domains again, and only keep a single instance.

{
  "adonnetwork.com": {
    "urls": [
      "http://adonnetwork.com/",
      "http://www.primevisibility.com/"
    ],
    "organizations": [
      "AdOn Network",
      "Prime Visibility"
    ],
    "categories": "Advertising"
  },
  "buzzcity.com": {
    "urls": "http://www.buzzcity.com/",
    "organizations": [
      "BV! MEDIA",
      "BuzzCity"
    ],
    "categories": "Advertising"
  },
  "i-behavior.com": {
    "urls": "http://www.i-behavior.com/",
    "organizations": [
      "I-Behavior",
      "QUISMA"
    ],
    "categories": "Advertising"
  },
  "trackingsoft.com": {
    "urls": "http://trackingsoft.com/",
    "organizations": "TrackingSoft",
    "categories": [
      "Advertising",
      "Analytics"
    ]
  }
}