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

44 commits

Author SHA1 Message Date
Raymond Hill 0bcb7669e7
Fix exception thrown when a stock asset is removed
Related feedback:
- https://www.reddit.com/r/uMatrix/comments/ftebgz/
2020-04-02 10:39:31 -04:00
Raymond Hill 2936d73911
Fix odds and ends from mega commit 9b292304d3
Related commit:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a
2019-12-22 11:03:14 -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
Ryan Hendrickson 3f2916ed05 More unused code cleaning (#1009)
* remove many unused functions

* remove XAL abstraction
2019-04-07 15:12:46 -03: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 aba697f2f0
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/8 2018-05-13 19:00:02 -04:00
Raymond Hill 98e012599c
code review: attempt to lookup actual tab id of behind-the-scene requests 2018-04-13 16:32:48 -04: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
Raymond Hill 08a0cdc218
fix #954 2018-03-05 11:46:15 -05:00
Raymond Hill 51a68683f8
code review: fix error at extension console; allow recipes to override explicit rules 2018-02-04 14:25:08 -05:00
Raymond Hill 55b9f1c645
add contributor mode and tools to contribute ruleset recipes (need more) 2018-02-03 17:31:35 -05:00
Raymond Hill 749e8d5cc4
improve backup file output for rules: array instead of one huge string 2018-02-03 09:46:40 -05:00
Raymond Hill b963ccb778
code review: simplify PSL selfie generator 2018-02-01 08:22:15 -05:00
Raymond Hill e9e5aa295c
fix #935 2018-01-30 18:30:26 -05:00
Raymond Hill 2cf4a57bf4
first draft toward fixing #30 2018-01-29 17:19:42 -05:00
Raymond Hill 1867635e0d
code review: fix updating of non-hosts resources 2018-01-26 11:24:19 -05:00
Raymond Hill 1228ee55d6
add mitigation for #912 2018-01-11 17:11:41 -05:00
Raymond Hill b2e760f40d
fix #904, #436 2018-01-06 18:00:28 -05:00
gorhill 0207c91312
enable ability to detach the logger (same as uBO) 2017-12-01 18:44:05 -05:00
gorhill ad9d591b16
Fix #118, #271, #649, #771: removing flawed-at-the-core UA spoofer
The end result of the flawed UA spoofer was to accomplish the
OPPOSITE of the intended goal. UA spoofing for privacy purpose
turns out to be a whole complicated task on its own, and is
best undertaken as a separate dedicated extension -- assuming
it is possible at all.

In any case, this had no place in a "Privacy" section in uMatrix,
this was a bad idea to create this feature in the first place. It's
never too late to correct a bad idea, and this is the purpose of
this commit.
2017-12-01 08:17:30 -05:00
gorhill c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
gorhill 9e4e4943f3 this fixes many strictness warning in browser console 2015-08-27 14:29:35 -04:00
gorhill a2e5fd671e support external stock hosts files 2015-05-30 17:33:35 -04:00
gorhill 438a7dca0a minor code review 2015-05-12 06:36:30 -04:00
gorhill 186c649984 thsi fixes #170 2015-05-08 09:02:12 -04:00
gorhill 05089dc370 preparing for i18n + better defaults 2015-05-07 18:38:29 -04:00
gorhill 6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill b4254db51c refactoring: many changes throughout -- not close to be done 2015-05-03 20:55:27 -04:00
gorhill be3e86e055 user is responsible to reload + fixed cleanup of stale tabs 2015-05-02 18:33:55 -04:00
gorhill c472e23c7d assets updater, hosts files pane, etc. 2015-05-01 19:27:43 -04:00
gorhill ed67045360 first pass 2015-04-11 17:15:57 -04:00
Raymond Hill f0063372c5 this fixes #77 2014-12-07 17:46:19 -02:00
Raymond Hill a31351c6f9 doc is hardcoded now 2014-11-22 10:19:06 -02:00
Raymond Hill 5d8bae3da2 this fixes #59 2014-11-19 23:17:24 -02:00
Raymond Hill d01ab961b8 this fixes #7, #36 2014-11-19 11:59:38 -02:00
gorhill 9cc0e9bba0 this fixes #47 2014-11-06 12:12:04 -05:00
gorhill 49441de2b6 bring back doc req type; many little fixes 2014-10-28 23:21:06 -04:00
gorhill 8cb0619687 fix to ensure PSL is available when binding tabs 2014-10-26 15:54:50 -04:00
gorhill ceed73dd59 this fixes another console error as per #10 2014-10-26 01:31:22 -04:00
gorhill 0d459545a2 this fixes #2 2014-10-24 23:21:26 -04:00
gorhill a39bd536b5 work on auto-update, backup/restore/reset 2014-10-24 11:13:46 -04:00
gorhill 2b41bc8087 work on many things, need more 2014-10-23 19:40:48 -04:00
gorhill d944198a37 persistence: no more circumbombulated recipes, just plain line-by-line rules 2014-10-21 13:23:52 -04:00
gorhill 0beb752db9 first commit 2014-10-17 15:01:09 -04:00