This commit is contained in:
Neha Sood 2021-04-15 10:16:28 +00:00
parent f6868c0b06
commit dc564d38f6
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
const Cc = Components.classes,
Ci = Components.interfaces;
function ignoreCF(h) {
return /(cloudflare((|support|warp)|\-(dns|free|ipfs|quic)))\.com$/.test(h) ? true : false;
return /cloudflare((|support|warp)|\-(dns|free|ipfs|quic))\.com$/.test(h) ? true : false;
}
let knownCF = [];
let CFBlocking = {