1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-19 03:05:22 +02:00
This commit is contained in:
gorhill 2015-05-30 06:49:38 -04:00
parent 103bb9cda9
commit e65c293975
2 changed files with 8 additions and 0 deletions

View File

@ -55,6 +55,7 @@
},
"permissions": [
"contextMenus",
"privacy",
"storage",
"tabs",
"unlimitedStorage",

View File

@ -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 = {
name: manifest.name,
version: manifest.version