1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00
This commit is contained in:
Raymond Hill 2018-03-17 10:25:03 -04:00
parent 443cc38118
commit 23accd1c57
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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();
};
/******************************************************************************/