add: fake cookie enabled flag

This commit is contained in:
Andrei O 2022-03-28 20:54:45 +03:00
parent ce0dc2614c
commit d3723a2226
No known key found for this signature in database
GPG Key ID: B961E5B68389457E
1 changed files with 1 additions and 0 deletions

View File

@ -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') {