mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-23 02:42:41 +01:00
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;
|
||||
}
|
||||
|
||||
getBrowserForTab(tab).webNavigation.reload(0);
|
||||
getBrowserForTab(tab).webNavigation.reload(
|
||||
Ci.nsIWebNavigation.LOAD_FLAGS_BYPASS_CACHE
|
||||
);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user