xiMatrix

filter net requests according to source, destination and type  https://addons.mozilla.org/firefox/addon/ximatrix/
git clone https://git.ce9e.org/xiMatrix.git

commit
11cb06cd18a40aa71b754979ad85e8bc8c8057e2
parent
e43afc5a954ade5f8b2b7dbad63ce9ca675e6fe5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-10-04 18:02
cleanup: rm 0.8.0 migration

see c1dc576

Diffstat

M src/storage.js 6 ------

1 files changed, 0 insertions, 6 deletions


diff --git a/src/storage.js b/src/storage.js

@@ -46,9 +46,3 @@ var invalidateCache = function(changes) {
   46    46 };
   47    47 
   48    48 browser.storage.local.onChanged.addListener(invalidateCache);
   49    -1 
   50    -1 // migrations
   51    -1 browser.runtime.onInstalled.addListener(() => {
   52    -1     // 0.8.0: store requests to session storage
   53    -1     lock = lock.then(() => browser.storage.local.remove('requests'));
   54    -1 });