mirror of
https://github.com/andrei0x309/Brave-Detection-Blocker-Chrome-Extension.git
synced 2024-11-22 08:03:49 +00:00
add: fake cookie enabled flag
This commit is contained in:
parent
ce0dc2614c
commit
d3723a2226
@ -11,6 +11,7 @@ const alreadyProxifiedNav = {
|
||||
vendor: window.navigator.vendor,
|
||||
userLanguage: window.navigator.userLanguage,
|
||||
language: window.navigator.language,
|
||||
cookieEnabled: true,
|
||||
};
|
||||
for (let prop in window.navigator) {
|
||||
if (prop === 'brave') {
|
||||
|
Loading…
Reference in New Issue
Block a user