By: yobukodori Add-on
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:
Content Security Policy (CSP) Generator
Csper
CSPTool
Aleph Void LLC
CORS for Me
yobukodori
CSP Evaluator
Hacks and Hops
CSP Content Security Policy Generator
RapidSec
Script for Me
yobukodori
CSP Unblock
Balvin
CSP Checker
BJ88
CORS Everywhere
spenibus
CSP Evaluator ext
csp-evaluator-ext
CSP Tester
oxdef
CSP Bypass For Testing
Developer