CSP Evaluator ext Firefox

Examine source code of CSP Evaluator ext

Inspect and view changes in CSP Evaluator ext source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSP Evaluator",
  "version": "1.0.0",
  "description": "Evaluate the page's Content-Security-Policy from response headers and meta tags. Rates strength and flags risky directives.",
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus",
    "storage",
    "<all_urls>",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "CSP Evaluator",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "csp-evaluator@example.com",
      "strict_min_version": "102.0"
    }
  }
}

Best CSP Evaluator ext Alternatives

Here are some Firefox add-ons that are similar to CSP Evaluator ext: