Authentication Tracking Blocker Firefox

Examine source code of Authentication Tracking Blocker

By: sk13 Add-on
Inspect and view changes in Authentication Tracking Blocker source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Authentication Tracking Blocker",
  "version": "1.1resigned1",
  "description": "Disable third-party tracking via the HTTP header field Authorization. Created by Duong Nguyen.",
  "icons": {
    "48": "icons/auth-on-48.png",
    "96": "icons/auth-on-96.png"
  },
  "applications": {
    "gecko": {
      "id": "authentication-tracking-blocker@mozilla.org",
      "strict_min_version": "48.0"
    }
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/auth-on-48.png",
      "96": "icons/auth-on-96.png"
    },
    "default_title": "Protection is enabled!",
    "default_popup": "popup/menu.html"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "eventAuth.js"
    ]
  }
}

Best Authentication Tracking Blocker Alternatives

Here are some Firefox add-ons that are similar to Authentication Tracking Blocker: