DoubleClickjacking Protection Firefox

Examine source code of DoubleClickjacking Protection

提供元: anonymous
Inspect and view changes in DoubleClickjacking Protection source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DoubleClickjacking Protection",
  "version": "1.1",
  "description": "Requires mouse movement, keyboard key pressing or screen touch before enabling buttons to prevent DoubleClickjacking attacks.",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "doubleclickjacking-protection@example.com",
      "strict_min_version": "91.0"
    }
  }
}

ベストのDoubleClickjacking Protection代替案

DoubleClickjacking Protectionに類似したFirefox add-onをいくつか紹介します: