mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-11 09:31:01 +01:00
fix #3615
This commit is contained in:
parent
443cc38118
commit
23accd1c57
1 changed files with 1 additions and 1 deletions
|
@ -42,9 +42,9 @@ vAPI.app.onShutdown = function() {
|
|||
µb.staticExtFilteringEngine.reset();
|
||||
µb.sessionFirewall.reset();
|
||||
µb.permanentFirewall.reset();
|
||||
µb.permanentFirewall.reset();
|
||||
µb.sessionURLFiltering.reset();
|
||||
µb.permanentURLFiltering.reset();
|
||||
µb.hnSwitches.reset();
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue