Remove DNT (DoNotTrack) Header from Requests Firefox

Examine source code of Remove DNT (DoNotTrack) Header from Requests

Inspect and view changes in Remove DNT (DoNotTrack) Header from Requests source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Remove DNT (DoNotTrack) Header from Requests",
  "description": "Strip out the DNT header when using Strict or Custom mode Tracking Protection for (slightly) reduced fingerprintability.",
  "version": "0.5",
  "manifest_version": 2,
  "applications": {
    "gecko": {
      "id": "remove-dnt@jeffersonscher.com",
      "strict_min_version": "60.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ]
}

Best Remove DNT (DoNotTrack) Header from Requests Alternatives

Here are some Firefox add-ons that are similar to Remove DNT (DoNotTrack) Header from Requests: