CSP for Me Firefox

Examine source code of CSP for Me

Inspect and view changes in CSP for Me source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CSP for Me",
  "version": "0.3.8",
  "author": "yobukodori",
  "description": "Adds/Removes directive or directive-value to the existing CSP(content-security-policy) header in HTTP response.",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "util.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "CSP for Me",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/button-48-off.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "csp-for-me@yobukodori"
    }
  }
}

Best CSP for Me Alternatives

Here are some Firefox add-ons that are similar to CSP for Me: