1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-18 11:13:28 +12:00
uMatrix/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.
2019-01-01 08:34:00 -05:00
..
import-crowdin.sh list changed files after import 2017-11-25 16:52:36 -05:00
make-assets.sh first draft toward fixing #30 2018-01-29 17:19:42 -05:00
make-chromium-meta.py fix version parsing 2018-09-14 07:13:26 -04:00
make-chromium.sh Minor fixes (#1005) 2018-12-30 07:52:52 -05:00
make-clean.sh fix cleaning script 2018-03-22 15:59:22 -04:00
make-firefox-meta.py fix https://github.com/uBlockOrigin/uMatrix-issues/issues/70 2018-10-06 09:04:37 -04:00
make-firefox.sh Add ability to block early at launch; adapt to changes in Chromium 72+ 2019-01-01 08:34:00 -05:00
make-opera-meta.py Minor fixes (#1005) 2018-12-30 07:52:52 -05:00
make-opera.sh Minor fixes (#1005) 2018-12-30 07:52:52 -05:00