This commit is contained in:
Tom Lam 2021-04-14 10:39:54 +00:00
parent 75bfc63009
commit 0119f099a0
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(\-(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 CFBlocking = {