mirror of
https://codeberg.org/crimeflare/cloudflare-tor
synced 2024-11-13 04:42:45 +00:00
bg.js
This commit is contained in:
parent
ee95358eba
commit
44b2183135
@ -7,7 +7,7 @@ chrome.webRequest.onResponseStarted.addListener(i => {
|
||||
}
|
||||
let iServer = '?';
|
||||
i.responseHeaders.forEach(x => {
|
||||
if (x.name == 'Server' || x.name == 'server') {
|
||||
if (x.name.toLowerCase() == 'server') {
|
||||
iServer = x.value;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user