Content Security Policy (CSP) Generator Firefox

Examine source code of Content Security Policy (CSP) Generator

By: Csper Add-on
Inspect and view changes in Content Security Policy (CSP) Generator source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Content Security Policy (CSP) Generator",
  "short_name": "CSP Generator",
  "browser_specific_settings": {
    "gecko": {
      "id": "stuart@csper.io",
      "strict_min_version": "57.0"
    }
  },
  "version": "0.11",
  "description": "Automatically generate content security policy headers online for any website.",
  "icons": {
    "128": "assets/csper_128.png"
  },
  "browser_action": {
    "default_icon": {
      "128": "assets/csper_128.png"
    },
    "default_title": "Content Security Policy (CSP) Generator",
    "default_popup": "index.html"
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "webRequestBlocking",
    "webRequest",
    "tabs",
    "storage"
  ],
  "content_security_policy": "script-src  'self'; object-src 'none'; connect-src wss://csper.io wss://csper.club https://csper.io https://csper.club",
  "author": "Stuart Larsen",
  "homepage_url": "https://csper.io",
  "background": {
    "scripts": [
      "./background.js"
    ],
    "persistent": true
  }
}

Best Content Security Policy (CSP) Generator Alternatives

Here are some Firefox add-ons that are similar to Content Security Policy (CSP) Generator: