mirror of
https://github.com/Synzvato/decentraleyes.git
synced 2025-12-23 23:38:39 -05:00
Fix issue related to network prediction
This commit is contained in:
2
audit/package-lock.json
generated
2
audit/package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "decentraleyes-audit",
|
||||
"version": "1.4.0",
|
||||
"version": "1.5.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -31,6 +31,8 @@ if (typeof chrome.browserAction.setBadgeBackgroundColor !== 'function') {
|
||||
});
|
||||
}
|
||||
|
||||
chrome.privacy.network.networkPredictionEnabled.set({'value': false});
|
||||
|
||||
chrome.browserAction.setBadgeBackgroundColor({
|
||||
'color': [74, 130, 108, 255]
|
||||
});
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
"permissions": [
|
||||
"*://*/*",
|
||||
"privacy",
|
||||
"storage",
|
||||
"tabs",
|
||||
"webNavigation",
|
||||
|
||||
Reference in New Issue
Block a user