Commit Graph

588 Commits (master)

Author SHA1 Message Date
Ian Parker 1c45aa35a3 Fix Firefox extension validation by increasing min version 4 years ago
Ian Parker b2f09f89b5 Rebranding: Initial work on renaming to nuTensor 4 years ago
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.
4 years ago
Raymond Hill e7140262f2
Use correct manifest key (instead of the alias) 4 years ago
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.
4 years ago
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.
5 years ago
Ryan Hendrickson 3f2916ed05 More unused code cleaning (#1009)
* remove many unused functions

* remove XAL abstraction
5 years ago
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.
5 years ago
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
5 years ago
Raymond Hill e02360f096
remove sidebar support for stable build; prevent sidebar opening at install for dev build 6 years ago
Raymond Hill a7753fd356
rename "webext" target to "firefox" 6 years ago
Raymond Hill a0c72fc302
removing unsupported firefox/legacy platform 6 years ago
Raymond Hill 3795b99fc5
possible fix for https://www.reddit.com/r/uMatrix/comments/8lc9ia/ 6 years ago
Raymond Hill 8da0dcd84f
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/9 6 years ago
Raymond Hill bd7e864950
moving update template to more appropriate location 6 years ago
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()
6 years ago
Raymond Hill 702fbba914
add changes needed for self-hosted signed beta version 6 years ago
Raymond Hill f35b230c37
new revision for dev build 6 years ago
Raymond Hill 4947019dbb
new revision for dev build 6 years ago
Raymond Hill 4e00e6e3b0
new revision for dev build 6 years ago
Raymond Hill 858ee6df69
new revision for dev build 6 years ago
Raymond Hill 91cbd94ba7
new revision or dev build 6 years ago
Raymond Hill b5c377ec73
new revision for dev build 6 years ago
Raymond Hill ebfe08e0a2
fix #938 6 years ago
Raymond Hill 00df01f633
new revision for dev build 6 years ago
Raymond Hill 7b88cef36d
new revision for dev build 6 years ago
Raymond Hill 3e4e1d9def
new revision for dev build 6 years ago
Raymond Hill 44a1f6da0d
new revision for bug fixes 6 years ago
Raymond Hill b8c0089a1a
new revision for release 6 years ago
Raymond Hill 785b430263
new revision for release candidate 6 years ago
Raymond Hill 6485c2e035
new revision for release candidate 6 years ago
Raymond Hill c89a4cfe5e
use worker-src on Firefox 58+ -- turns out this was fixed weeks ago 6 years ago
Raymond Hill f680fc004c
new revision for release candidate 6 years ago
Raymond Hill a8ac21ced0
new revision for release candidate 6 years ago
Raymond Hill e8772404c7
new revision for dev build 6 years ago
Raymond Hill ed8556a9fe
add logger-in-sidebar support for Opera 6 years ago
Raymond Hill 533d24b4be
new revision for release 6 years ago
Raymond Hill c5f90a9cae
use translated string for sidebar name 6 years ago
Raymond Hill 32819b5cca
new revision for dev build 6 years ago
Raymond Hill cfaed1e490
add ability to open the logger in sidebar 6 years ago
Raymond Hill 2a2685ff84
new revision for dev build 6 years ago
Raymond Hill 62f48a15ff
new revision for dev build 6 years ago
Raymond Hill c96fbb4d5c
new revision for dev build 6 years ago
Raymond Hill deeb211c5d
add ability to block web workers on a per-site basis 6 years ago
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
6 years ago
Raymond Hill c1494d719a
new revision for dev build 6 years ago
Raymond Hill 12630e8a8a
new revision for dev build 6 years ago
Raymond Hill eebf2c7d32
new revision for dev build 6 years ago
Raymond Hill c1325d06b7
new revision for release candidate 6 years ago
Raymond Hill 111d44b7cb
new revision for release candidate 6 years ago