This commit is contained in:
Fox 2024-02-24 23:21:27 +00:00
parent 6f276dfe18
commit 8285993201
10 changed files with 9 additions and 13 deletions

View File

@ -1,2 +0,0 @@
# This object was moved to
# https://0xacab.org/dCF/antitor_domains

View File

@ -1,2 +0,0 @@
# This object was moved to
# https://0xacab.org/dCF/cloudflare_domains

View File

@ -27,7 +27,7 @@ It is your collection; this add-on never send it online.
This add-on does not make internet connection by default. This add-on does not make internet connection by default.
This option is disabled by default. This option is disabled by default.
If you enable above option, the add-on will lookup only domain name (e.g. `https://www.mozilla.org/blog/ -> send only "mozilla.org"`) with [Karma API](../service/karma_api.md) service. If you enable above option, the add-on will lookup only domain name (e.g. `https://www.mozilla.org/blog/ -> send only "mozilla.org"`) with [Karma API](../service/karma_api.md) service.
And if the domain is listed in our Cloudflare Domain list, the add-on will block/redirect/notify you based on your preferences. And if the domain is listed in our Cloudflare Domain list the add-on will take action based on your preferences.

View File

@ -3,7 +3,7 @@
`Cancel requests to Cloudflare sites` `Cancel requests to Cloudflare sites`
This add-on is for [Palemoon browser](https://en.wikipedia.org/wiki/Pale_Moon_(web_browser)). (Firefox [here](../../subfiles/about.bcma.md)) This add-on is for [Palemoon browser](https://en.wikipedia.org/wiki/Pale_Moon_(web_browser)) only. (Firefox [here](../../subfiles/about.bcma.md))
- This **does NOT** mean we endorse Palemoon. [Learn about wolfbeast](../../cloudflare_users/README.md). - This **does NOT** mean we endorse Palemoon. [Learn about wolfbeast](../../cloudflare_users/README.md).

View File

@ -2476,7 +2476,7 @@ if (myConfig['cf'] != sCFGFV) {
console.log("\n /// CrimeFlare Welcome You! ///\n"); console.log("\n /// CrimeFlare Welcome You! ///\n");
console.log(' Thank you for downloading cfdomains.'); console.log(' Thank you for downloading cfdomains.');
console.log(" Please type 'resist' if you wish to continue.\n"); console.log(" Please type 'resist' if you wish to continue.\n");
rl.question(' Cloudflare, the thing I must ', (l) => { rl.question(' Cloudflare, the thing we must ', (l) => {
rl.close(); rl.close();
if (l.indexOf('resist') == 0) { if (l.indexOf('resist') == 0) {
myConfig['cf'] = sCFGFV; myConfig['cf'] = sCFGFV;