mirror of
https://git.sdf.org/deCloudflare/deCloudflare/
synced 2025-07-05 15:11:04 +00:00
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
const Cc = Components.classes,
|
const Cc = Components.classes,
|
||||||
Ci = Components.interfaces;
|
Ci = Components.interfaces;
|
||||||
function ignoreCF(h) {
|
function ignoreCF(h) {
|
||||||
return /(cloudflare(\-(dns|free|ipfs|quic)|(support|warp)))\.com$/.test(h) ? true : false;
|
return /(cloudflare((|support|warp)|\-(dns|free|ipfs|quic)))\.com$/.test(h) ? true : false;
|
||||||
}
|
}
|
||||||
let knownCF = [];
|
let knownCF = [];
|
||||||
let CFBlocking = {
|
let CFBlocking = {
|
||||||
|
Reference in New Issue
Block a user