0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2024-11-15 22:02:43 +00:00
cloudflare-tor/src/manifest.json

15 lines
418 B
JSON
Raw Normal View History

{
"manifest_version": 2,
"name": "Block Cloudflare MiTM Attack",
"description": "If the destination use Cloudflare, block future request.",
"version": "1.0.0",
"homepage_url": "https://trac.torproject.org/projects/tor/ticket/24351",
"permissions": ["webRequest","webRequestBlocking","<all_urls>"],
"icons": {
"48": "icons/icon-48.png",
"64": "icons/icon-64.png"
},
"background": {
"scripts": ["stop_cf_mitm.js"]
}
}