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:
CSP Evaluator Content
csp-evaluator
CSP Evaluator
Hacks and Hops
CSP Checker
BJ88
CSPTool
Aleph Void LLC
CSP Tester
oxdef
CSP Content Security Policy Generator
RapidSec
Content Security Policy (CSP) Generator
Csper
HTTP Header Security Auditor
http header security auditor
Web Safety
Tatami-web
CSP Unblock
Balvin
CSS Sentry
dougg0k
Quick CSP - Whitelist Generator
Xtendo Tech