HostHeader Firefox

Examine source code of HostHeader

By: Katchov Add-on
Inspect and view changes in HostHeader 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": "HostHeader",
  "version": "1.0",
  "description": "The Host Header is sent in the HTTP request. All others headers are removed as possible.",
  "author": "katchov",
  "icons": {
    "64": "hostheader.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hostheader@katchov"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best HostHeader Alternatives

Here are some Firefox add-ons that are similar to HostHeader: