mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-15 11:46:56 -05:00
This commit is contained in:
parent
f6868c0b06
commit
dc564d38f6
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user