DNS over HTTPS Firefox

Examine source code of DNS over HTTPS

제작자: kevin_bolton
Inspect and view changes in DNS over HTTPS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DNS over HTTPS",
  "version": "0.7resigned1",
  "author": "www.linkedin.com/in/kevin-bolton",
  "description": "Check web site IP is spoofed or not",
  "short_name": "DoH",
  "icons": {
    "32": "icons/ExtensionIcon-32.png",
    "48": "icons/ExtensionIcon-48.png",
    "64": "icons/ExtensionIcon-64.png",
    "96": "icons/ExtensionIcon-96.png"
  },
  "permissions": [
    "dns",
    "tabs",
    "webRequest",
    "*://*/*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/button-16.png",
      "32": "icons/button-32.png"
    },
    "default_title": "DNS of HTTPS"
  },
  "background": {
    "scripts": [
      "background_script/DoH.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{90d112d2-b0f7-4a48-beb1-8b86acf2a0ef}"
    }
  }
}

최고의 DNS over HTTPS 대안

다음은 DNS over HTTPS과(와) 유사한 Firefox add-on입니다: