DNSSEC/DANE Validator Firefox

Examine source code of DNSSEC/DANE Validator

By: defkev Add-on
Inspect and view changes in DNSSEC/DANE Validator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DNSSEC/DANE Validator",
  "version": "0.0.8",
  "description": "Validate DNSSEC & DANE using DoH",
  "developer": {
    "name": "defkev"
  },
  "applications": {
    "gecko": {
      "id": "dnssec-dane-validator@defkev",
      "strict_min_version": "57.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "page_action": {
    "browser_style": true
  },
  "permissions": [
    "<all_urls>",
    "notifications",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "web_accessible_resources": [
    "blocked.html"
  ]
}

Best DNSSEC/DANE Validator Alternatives

Here are some Firefox add-ons that are similar to DNSSEC/DANE Validator: