mirror of https://github.com/gorhill/uBlock.git
This commit is contained in:
parent
103bb9cda9
commit
e65c293975
|
@ -55,6 +55,7 @@
|
||||||
},
|
},
|
||||||
"permissions": [
|
"permissions": [
|
||||||
"contextMenus",
|
"contextMenus",
|
||||||
|
"privacy",
|
||||||
"storage",
|
"storage",
|
||||||
"tabs",
|
"tabs",
|
||||||
"unlimitedStorage",
|
"unlimitedStorage",
|
||||||
|
|
|
@ -42,6 +42,13 @@ var noopFunc = function(){};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
||||||
|
// https://github.com/gorhill/uMatrix/issues/234
|
||||||
|
// https://developer.chrome.com/extensions/privacy#property-network
|
||||||
|
|
||||||
|
chrome.privacy.network.networkPredictionEnabled.set({ value: false });
|
||||||
|
|
||||||
|
/******************************************************************************/
|
||||||
|
|
||||||
vAPI.app = {
|
vAPI.app = {
|
||||||
name: manifest.name,
|
name: manifest.name,
|
||||||
version: manifest.version
|
version: manifest.version
|
||||||
|
|
Loading…
Reference in New Issue