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

586 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 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 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
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 bd7e864950
moving update template to more appropriate location 2018-05-13 19:04:03 -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 702fbba914
add changes needed for self-hosted signed beta version 2018-03-05 17:10:39 -05: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 ed8556a9fe
add logger-in-sidebar support for Opera 2018-01-04 16:50:06 -05:00
Raymond Hill 533d24b4be
new revision for release 2018-01-04 11:18:43 -05:00
Raymond Hill c5f90a9cae
use translated string for sidebar name 2018-01-04 09:08:12 -05:00
Raymond Hill 32819b5cca
new revision for dev build 2018-01-04 08:47:04 -05:00
Raymond Hill cfaed1e490
add ability to open the logger in sidebar 2018-01-04 08:26:21 -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
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
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