mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 03:37:00 -05:00
.
This commit is contained in:
parent
6f276dfe18
commit
8285993201
@ -1,2 +0,0 @@
|
|||||||
# This object was moved to
|
|
||||||
# https://0xacab.org/dCF/antitor_domains
|
|
@ -1,2 +0,0 @@
|
|||||||
# This object was moved to
|
|
||||||
# https://0xacab.org/dCF/cloudflare_domains
|
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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).
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user