1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 16:25:03 +12:00
Commit graph

73 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
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 3795b99fc5
possible fix for https://www.reddit.com/r/uMatrix/comments/8lc9ia/ 2018-08-25 11:21:28 -04:00
Raymond Hill 8da0dcd84f
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/9 2018-05-15 12:45:32 -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 ebfe08e0a2
fix #938 2018-02-01 08:25:23 -05:00
Raymond Hill c89a4cfe5e
use worker-src on Firefox 58+ -- turns out this was fixed weeks ago 2018-01-17 09:25:01 -05:00
gorhill c4c0d450fd
code review of request headers processing code
- drop needless overhead now that legacy support is dropped
- output extra information about the headers which are
  modified and their value before/after modification
2017-12-09 12:32:41 -05:00
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 2017-12-06 09:47:20 -05:00
gorhill 0207c91312
enable ability to detach the logger (same as uBO) 2017-12-01 18:44:05 -05:00
gorhill 76639f528a fix #819 2017-11-19 18:18:02 -05:00
gorhill bb84ffaf87 import fix to cloud storage from https://github.com/gorhill/uBlock/issues/3006 2017-09-28 09:23:40 -04:00
gorhill df548f1db9 publish webext-hybrid to AOM dev channel 2017-08-02 08:39:06 -04:00
gorhill 930b6dd820 fix #793 2017-05-27 07:22:48 -04:00
gorhill 840bf9564d FF webext does not support chrome.contentSettings API 2017-04-26 16:04:09 -04:00
gorhill c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
gorhill 83b342d4e4 fix #597 + code review + merge media and image 2016-07-30 09:58:13 -04:00
gorhill 65924d1be8 this fixes #489 2016-02-28 16:15:23 -05:00
gorhill f3876463d3 imported cloud storage support from uBlock: user rules supported for now 2015-09-05 12:29:28 -04:00
gorhill bbfef4f6cf this fixes #234 + other fixes imported from uBlock 2015-05-30 06:54:21 -04:00
gorhill 6f4257bb2a this fixes #189 2015-05-12 18:29:51 -04:00
gorhill 04f160efba this addresses #171 2015-05-09 07:44:56 -04:00
gorhill 6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill a49340b57a firefox: cookie and browser cache management 2015-05-04 15:14:51 -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 e751a5403b code review 2015-05-02 12:07:40 -04:00
gorhill 1f4ff9c809 more refactoring, code review 2015-04-21 19:47:19 -04:00
gorhill c1314e496b support ping request type explicitly 2015-04-19 16:30:28 -04:00
gorhill 595de33e83 sanitizing outgoing headers (drafty) 2015-04-19 16:19:14 -04:00
gorhill ed67045360 first pass 2015-04-11 17:15:57 -04:00
gorhill ef67930454 refactored tabs/context code 2015-04-10 19:34:15 -04:00
YFdyh000 01df7aa50a Correct issue links 2015-04-10 19:34:15 -04:00
gorhill 88feb450cc new switch: toggle cosmetic filtering on/off for a site 2015-04-10 19:34:15 -04:00
gorhill 12fcc2d4f3 this fixes #1128 2015-04-10 19:34:15 -04:00
gorhill ce549b283a this fixes #1013, #1062 (draft) 2015-04-10 19:34:15 -04:00
gorhill 607c977da2 to catch slow popups 2015-04-10 19:34:15 -04:00
gorhill 49f6504f58 code review 2015-04-10 19:34:15 -04:00
gorhill 415857c55b code review: floating net requests recategorized as behind-the-scene 2015-04-10 19:34:15 -04:00
gorhill 58c546ae08 #1051: test only root frames 2015-04-10 19:34:15 -04:00
gorhill 6ef4821b73 this fixes #510 2015-04-10 19:34:15 -04:00
Deathamns d1f5a78ca2 Chrome: fix tab/window focusing issues
- Opening a tab from incognito window didn't focus the target window
- Previously active tab was visible for a brief moment when an already
  opened tab was selected from another window
2015-04-10 19:34:15 -04:00
gorhill df27e666a7 code review re #118 2015-04-10 19:34:15 -04:00
Deathamns 390733affe Chrome: don't open an Options tab for each window 2015-04-10 19:34:15 -04:00
Deathamns 04a2486ca9 Remove unnecessary fallback code for downloading 2015-04-10 19:34:15 -04:00
gorhill 58793e4d7c this helps #993 2015-04-10 19:34:15 -04:00
gorhill 806d89e443 this fixes #967 2015-04-10 19:34:15 -04:00
Deathamns 193b469ffe Trailing whitespace 2015-04-10 19:34:15 -04:00
gorhill b5e7c9cd03 code review 2015-04-10 19:34:15 -04:00