1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-17 10:43:19 +12:00
Commit graph

371 commits

Author SHA1 Message Date
Raymond Hill a9f32a475f
Fix broken content scripts in Firefox
Related commit:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a

Forgot to declare `/js/vapi.js` as first content script
to inject.
2019-12-24 11:48:04 -05:00
Raymond Hill e7140262f2
Use correct manifest key (instead of the alias) 2019-12-23 10:03:31 -05:00
Raymond Hill 9b292304d3
Bring uMatrix up to date
Notably:
- Import logger improvements from uBO
- Import CNAME uncloaking from uBO
- Import more improvements from uBO
- Make use of modern JS features

This should un-stall further development of uMatrix.
2019-12-20 12:24:18 -05:00
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
Raymond Hill e02360f096
remove sidebar support for stable build; prevent sidebar opening at install for dev build 2018-09-26 06:54:55 -04:00
Raymond Hill a7753fd356
rename "webext" target to "firefox" 2018-08-25 12:05:55 -04:00
Raymond Hill a0c72fc302
removing unsupported firefox/legacy platform 2018-08-25 12:01:00 -04:00
calibrations 204aaae213 Fix and update legacy firefox vapi-client in the style of fa2658c (#900)
* Minimal refactor of vapi-client to get firefox version working

* Move messagingConnector into vAPI.messaging

* Improve vAPI.messaging setup and connecting

* Shutdown-related changes, implement remaining missing functions
2017-12-29 12:33:34 -05:00
gorhill 275899fd29 set FF56 as max version compatible with legacy version of uMatrix 2017-08-07 09:50:53 -04:00
gorhill ea16b28e65 fix popup panel width issue when photon disabled [firefox] 2017-07-03 12:27:02 -04:00
gorhill 3df27ffbdf fix https://github.com/gorhill/uBlock/issues/2696 2017-06-21 12:55:48 -04:00
gorhill 5922c3fcde fix https://github.com/gorhill/uBlock/issues/2558 2017-04-26 16:05:14 -04:00
gorhill b07972c526 minor code review 2017-04-07 07:23:43 -04:00
gorhill 29f0171291 fix timing issue at launch for Pale Moon by importing uBO's code 2017-04-02 16:59:31 -04:00
gorhill 12a6978748 fix https://github.com/gorhill/uBlock/issues/2506 2017-04-02 16:35:15 -04:00
gorhill 5f77d89db6 fix https://github.com/gorhill/uBlock/issues/2506 2017-04-02 13:34:33 -04:00
gorhill 09abdc1b9f fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290941686 2017-04-01 19:47:31 -04:00
gorhill 276a1dfa1b fix https://github.com/gorhill/uBlock/issues/2502#issuecomment-290943606 2017-04-01 16:26:23 -04:00
gorhill 3df7ee9cb1 fix regression bug introduced with 9a99a06c 2017-04-01 12:21:46 -04:00
gorhill 89c5f02d76 fix https://github.com/gorhill/uBlock/issues/2493
Fix by @gijsk, imported from https://github.com/gorhill/uBlock/pull/2497
2017-04-01 11:53:25 -04:00
gorhill 85255cf195 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 2017-04-01 09:58:10 -04:00
gorhill 9a99a06cd4 fix https://bugs.chromium.org/p/project-zero/issues/detail?id=1225&desc=6#c10 2017-04-01 09:39:49 -04:00
gorhill ad4b9b7b00 fix #746 2017-04-01 09:37:59 -04:00
gorhill c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
gorhill 33f2dc27d3 fix https://github.com/gorhill/uBlock/issues/2226 2017-02-04 10:08:18 -05:00
gorhill bf7acf678a fix #706 2017-01-31 17:32:34 -05:00
gorhill 83b342d4e4 fix #597 + code review + merge media and image 2016-07-30 09:58:13 -04:00
gorhill 8464e3d594 import uBO fix for some behind-the-scene requests in Pale Moon 2016-07-17 06:37:01 -04:00
gorhill 9a26274b11 fix #586 2016-07-13 09:11:37 -04:00
gorhill 941d710247 fix https://github.com/gorhill/uBlock/issues/1702 2016-06-12 10:57:15 -04:00
gorhill a429b71665 code review re. #554: use channel data when available 2016-06-10 13:18:32 -04:00
gorhill 7f632afe29 code review re. #554
No longer need to evaluate within asyncOnChannelRedirect() since
all is now evaluated at `http-on-modify-request` time.
2016-06-06 10:10:29 -04:00
gorhill c978b2c5e9 code review re. https://bugzilla.mozilla.org/show_bug.cgi?id=1259169 2016-06-05 11:01:38 -04:00
gorhill 144a557ddb fix #561 2016-06-05 09:37:59 -04:00
gorhill 73646ed7ce fix #554 2016-06-03 09:13:18 -04:00
gorhill 5fe51be814 this fixes #540 2016-04-23 13:54:22 -04:00
gorhill 65924d1be8 this fixes #489 2016-02-28 16:15:23 -05:00
gorhill 3150395375 new location for Console.jsm 2016-02-02 09:42:07 -05:00
gorhill 9cfc2ff6f8 this fixes https://github.com/gorhill/uBlock/issues/763 2016-01-24 08:52:32 -05:00
gorhill 2b74a784df Nightly 46.0 is supported 2016-01-16 09:57:27 -05:00
gorhill 93d28a8e38 this fixes https://github.com/gorhill/uBlock/issues/845 2015-11-16 09:02:58 -05:00
gorhill deecee477d this fixes invalid version number 2015-11-15 17:40:57 -05:00
gorhill 1df054d844 update compatible versions 2015-11-15 17:34:31 -05:00
gorhill 6eaa85eee1 this should fix #357, #395 2015-11-15 17:33:05 -05:00
gorhill 72c9429d74 code review for #390 2015-11-14 10:01:45 -05:00
gorhill d5e7bc8800 revert fix to #390 as suggested + hopefully also fixes #413 2015-11-13 13:29:49 -05:00
gorhill 15dc2dc1e9 works fine on latest Nightly, SeaMonkey 2015-11-01 09:22:36 -05:00
gorhill 8d8f4b22d4 minor code review 2015-10-31 18:22:39 -04:00
gorhill 6c0c62cc13 this should fix #390 2015-10-20 18:10:08 -04:00
gorhill cf5143e876 this fixes https://github.com/gorhill/uBlock/issues/800#issuecomment-146580443 2015-10-08 11:37:13 -04:00