You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nuTensor/tools
Raymond Hill fb94c85df1
Add ability to block early at launch; adapt to changes in Chromium 72+
Related issues:

- "Requests bypass uMatrix on Firefox start"
  <https://github.com/uBlockOrigin/uMatrix-issues/issues/69>

  Using same approach as with uBO:
  https://github.com/gorhill/uBloc/commit/41548be6be35

  `suspendTabsUntilReady` advanced setting added to "More" pane,
  useful only for Chromium -- the blocking of early network
  requests is enforced unconditionally on Firefox (because it
  supports returning Promises from webRequest handlers).

- "Cookies leaking temporarily"
  <https://github.com/uBlockOrigin/uMatrix-issues/issues/74>

  Changes in the webRequest API in Chromium 72+ caused uMatrix
  to fail to process `Cookie` and `Referer` headers on that
  platform.
5 years ago
..
import-crowdin.sh list changed files after import 7 years ago
make-assets.sh first draft toward fixing #30 6 years ago
make-chromium-meta.py fix version parsing 6 years ago
make-chromium.sh Minor fixes (#1005) 6 years ago
make-clean.sh fix cleaning script 6 years ago
make-firefox-meta.py fix https://github.com/uBlockOrigin/uMatrix-issues/issues/70 6 years ago
make-firefox.sh Add ability to block early at launch; adapt to changes in Chromium 72+ 5 years ago
make-opera-meta.py Minor fixes (#1005) 6 years ago
make-opera.sh Minor fixes (#1005) 6 years ago