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

222 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 1ddb822509
Mitigate undesireable side-effect of 901c325eab
Related discussion/issue:
- https://github.com/uBlockOrigin/uMatrix-issues/issues/156#issuecomment-494427094
- https://github.com/uBlockOrigin/uMatrix-issues/issues/155

Due to a Chromium issue about not providing the proper context
information, a negative side-effect was introduced with fix
to #155. This commit will force the originator of a network
request of type `main_frame` to be that of the request URL
itself, i.e. the originator of a top-level document request
is the requested document itself.
2019-05-21 11:21:34 -04: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
xofe 2045397084 Minor fixes (#1005)
* correct cloud-download/upload icon CSS selectors

* fix scope tooltip in logger appearing offscreen

* open logger/dashboard links adjacent to current tab (match uBO's behaviour)

* opera: fix manifest version not being updated

Version code copied from tools/make-chromium-meta.py

* fix https://www.reddit.com/r/uBlockOrigin/comments/9gwrna/when_you_right_click_and_go_to_options_it_keeps/

source:
* 6dd6dc5f1d

* remove unused "processReferer" setting

It was changed to a matrix switch in 5d8bae3da2

* remove unused source code

source:
* f516cd3d26
* 0503f52b1e

* remove bold version of Roboto font (unused from HTTPSB)

* correct FontAwesome license after change from v5 back to v4.7

License copied from bb737e29d5

* fix build scripts after c0f4abfd00
2018-12-30 07:52:52 -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 f35b230c37
new revision for dev build 2018-02-11 08:47:41 -05:00
Raymond Hill 4947019dbb
new revision for dev build 2018-02-05 07:54:18 -05:00
Raymond Hill 4e00e6e3b0
new revision for dev build 2018-02-04 14:04:36 -05:00
Raymond Hill 858ee6df69
new revision for dev build 2018-02-04 09:13:22 -05:00
Raymond Hill 91cbd94ba7
new revision or dev build 2018-02-03 09:47:57 -05:00
Raymond Hill b5c377ec73
new revision for dev build 2018-02-02 08:31:29 -05:00
Raymond Hill ebfe08e0a2
fix #938 2018-02-01 08:25:23 -05:00
Raymond Hill 00df01f633
new revision for dev build 2018-01-30 19:01:57 -05:00
Raymond Hill 7b88cef36d
new revision for dev build 2018-01-30 08:56:23 -05:00
Raymond Hill 3e4e1d9def
new revision for dev build 2018-01-29 17:25:33 -05:00
Raymond Hill 44a1f6da0d
new revision for bug fixes 2018-01-22 14:02:59 -05:00
Raymond Hill b8c0089a1a
new revision for release 2018-01-21 12:26:48 -05:00
Raymond Hill 785b430263
new revision for release candidate 2018-01-20 16:18:22 -05:00
Raymond Hill 6485c2e035
new revision for release candidate 2018-01-17 12:04:43 -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
Raymond Hill f680fc004c
new revision for release candidate 2018-01-13 12:13:31 -05:00
Raymond Hill a8ac21ced0
new revision for release candidate 2018-01-11 17:27:11 -05:00
Raymond Hill e8772404c7
new revision for dev build 2018-01-07 10:21:20 -05:00
Raymond Hill 533d24b4be
new revision for release 2018-01-04 11:18:43 -05:00
Raymond Hill 32819b5cca
new revision for dev build 2018-01-04 08:47:04 -05:00
Raymond Hill 2a2685ff84
new revision for dev build 2018-01-02 08:26:51 -05:00
Raymond Hill 62f48a15ff
new revision for dev build 2018-01-01 13:38:49 -05:00
Raymond Hill c96fbb4d5c
new revision for dev build 2017-12-31 18:21:35 -05:00
Raymond Hill deeb211c5d
add ability to block web workers on a per-site basis 2017-12-31 18:18:10 -05:00
Raymond Hill c1494d719a
new revision for dev build 2017-12-21 08:43:38 -05:00
Raymond Hill 12630e8a8a
new revision for dev build 2017-12-16 10:46:17 -05:00
Raymond Hill eebf2c7d32
new revision for dev build 2017-12-16 09:49:47 -05:00
Raymond Hill c1325d06b7
new revision for release candidate 2017-12-13 14:10:23 -05:00
Raymond Hill 111d44b7cb
new revision for release candidate 2017-12-11 13:56:26 -05:00
Raymond Hill 4b5cd19396
new revision for release candidate 2017-12-11 09:34:47 -05:00
gorhill dfb4127583
new revision for dev build 2017-12-09 18:25:51 -05:00
gorhill 72a9fbf267
new revision for dev build 2017-12-09 12:47:37 -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 1e9f728a3b
new revision for dev build 2017-12-08 08:22:14 -05:00
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 2017-12-06 09:47:20 -05:00
gorhill 16eceedbf5
new revision for stable release 2017-12-06 08:49:06 -05:00
gorhill c983d47c8e
new revision for release candidate 2017-12-05 16:19:32 -05:00
gorhill 5c340e85e8
set minimum chromium version to 45 2017-12-05 16:08:01 -05:00
gorhill 3ff2926871
fix #840 (need confirmation) 2017-12-04 16:48:59 -05:00
gorhill 8660d35dcf
new revision for release candidate 2017-12-04 11:36:15 -05:00
gorhill 3292b030ce
new revision for release candidate 2017-12-03 15:18:09 -05:00
gorhill 6a10411f6a
new revision for dev build 2017-12-03 11:44:44 -05:00