1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-18 11:13:28 +12:00
Commit graph

27 commits

Author SHA1 Message Date
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 31cc15ca6c
lots of informal fixes
- us integer tab id -- do not stringify anymore
- improved the parsing of hosts files
- better handling of behind-the-scene network requests when a
  context is provided by the webRequest API
- imported webextFlavor code from uBO
- converted instances of object-as-dict to Map()
2018-04-13 10:24:50 -04:00
gorhill 3ff2926871
fix #840 (need confirmation) 2017-12-04 16:48:59 -05:00
gorhill acf318d83c fix AMO validation errors: innerHTML is forbidden 2017-10-05 12:49:26 -04:00
gorhill 2fa62e12a1 fix https://github.com/gorhill/uBlock/issues/3057 2017-09-26 16:49:41 -04:00
gorhill 37ce825dc1 fix https://github.com/gorhill/uBlock/issues/2824 2017-08-17 11:23:19 -04:00
gorhill b07972c526 minor code review 2017-04-07 07:23:43 -04:00
gorhill d361ee33fc fix https://github.com/gorhill/uBlock/issues/2499 2017-04-01 12:59:52 -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 c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
gorhill a914c01ea9 popup resize: code review 2015-07-24 08:22:54 -04:00
gorhill 479b454307 Hopefully this fixes #301 2015-07-23 16:24:07 -04:00
gorhill 6bc728f8b8 refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
gorhill 19ddf588fb i18n work 2015-04-12 07:06:50 -04:00
gorhill ed67045360 first pass 2015-04-11 17:15:57 -04:00
gorhill a5d051de3f this fixes #792 2015-04-10 19:39:22 -04:00
Deathamns 7ef116e85b Remove unnecessary fallback code for downloading 2015-04-10 19:39:22 -04:00
Chris 33ffb83f23 Fix vAPI.download across all platforms 2015-04-10 19:39:22 -04:00
gorhill daede90cc7 this helps #993 2015-04-10 19:39:22 -04:00
gorhill 72a3819c08 #685: code review 2015-04-10 19:39:22 -04:00
Deathamns 32ad9420de Chrome: bypass options_ui 2015-04-10 19:39:22 -04:00
Deathamns 86cae37cb6 Implement vAPI.insertHTML
The purpose of this API is basically to satisfy AMO reviewers in the
future, since the use of innerHTML with variables (i.e., not plain text) will
be rejected without any questions.

Since this is not a problem for browsers other than Firefox, they will
use simple innerHTML assignment, however safe-parsing could be implemented
for them too.
2015-04-10 19:39:22 -04:00
Deathamns d789ffa442 Popup related changes 2015-04-10 19:39:22 -04:00
Deathamns 1807c74580 Add license headers, plus some code styling 2015-04-10 19:39:22 -04:00
Raymond Hill 4c12408b1e jshint 2015-04-10 19:39:22 -04:00
Raymond Hill 09123d6971 use "platform" as suggested in #360 2015-04-10 19:39:22 -04:00