mirror of https://github.com/gorhill/uBlock.git
Firefox: bypass cache when reloading a tab
This commit is contained in:
parent
aaafdebefd
commit
48503f7009
|
@ -738,7 +738,9 @@ vAPI.tabs.reload = function(tabId) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
getBrowserForTab(tab).webNavigation.reload(0);
|
getBrowserForTab(tab).webNavigation.reload(
|
||||||
|
Ci.nsIWebNavigation.LOAD_FLAGS_BYPASS_CACHE
|
||||||
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
/******************************************************************************/
|
/******************************************************************************/
|
||||||
|
|
Loading…
Reference in New Issue