CSP Evaluator Firefox

Examine source code of CSP Evaluator

제작자: Hacks and Hops Add-on
Inspect and view changes in CSP Evaluator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "action": {
    "default_icon": "resources/icon-grey.png",
    "default_popup": "app.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "world": "ISOLATED"
    }
  ],
  "description": "CSP Evaluator is a tool that allows developers to check if a Content Security Policy (CSP) serves as mitigation against XSS attacks.",
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "resources/icon16.png",
    "48": "resources/icon48.png",
    "128": "resources/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d01103f3-7c8d-4533-bd92-317ba9a1cae6}"
    }
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "CSP Evaluator",
  "permissions": [
    "storage",
    "webRequest"
  ],
  "short_name": "CSP Evaluator",
  "version": "0.3.3",
  "web_accessible_resources": []
}

최고의 CSP Evaluator 대안

다음은 CSP Evaluator과(와) 유사한 Firefox add-on입니다: