By: Pedro Willis
Inspect and view changes in CSRF Request Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "CSRF Request Checker",
"version": "1.2",
"description": "A Mozilla extension to detect, alert, and optionally block potential CSRF vulnerabilities.",
"permissions": [
"activeTab",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"storage",
"notifications"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icons/logo_64.png"
},
"icons": {
"64": "icons/logo_64.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{210d8afb-7e41-4731-a59a-ab72ea79cb6d}"
}
}
} Best CSRF Request Checker Alternatives
Here are some Firefox add-ons that are similar to CSRF Request Checker:
OWASP Security Checker
Bryan Russell
Endpoint Security Checker
Dave Rodriguez
XSS Detector
Zack Coleman
CSRF spotter
Malm
DDoS Protection Checker
Jimmie Edwards
CSRF PoC Generator
Lakhe
Security Headers Checker
Karl Walker
Website Accessibility Ck
Rafael Matthews
CSP Checker
BJ88
Cross-Origin Resource
cross-origin-resource-check