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

1610 commits

Author SHA1 Message Date
Raymond Hill f332cd9f68
New revision for release candidate 2019-05-24 13:09:29 -04:00
Raymond Hill d6471b3556
Fix https://github.com/uBlockOrigin/uMatrix-issues/issues/159 2019-05-24 13:08:27 -04:00
Raymond Hill 0da9645d91
make Firefox dev build auto-update 2019-05-21 11:48:56 -04:00
Raymond Hill 6e9f23c940
Import translation work from https://crowdin.com/project/umatrix 2019-05-21 11:28:19 -04:00
Raymond Hill 04a9d00a5e
New revision for dev build 2019-05-21 11:26:35 -04: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
Raymond Hill 0807d71704
make Firefox dev build auto-update 2019-05-20 12:13:47 -04:00
Raymond Hill d5f75e84d8
New revision for dev build 2019-05-20 12:09:53 -04:00
Raymond Hill 901c325eab
Use documentUrl for context purpose when available
Related issue:
- https://github.com/uBlockOrigin/uMatrix-issues/issues/155

documentUrl was currently used on onBeforeRequest but not
for onBeforeSendHeaders.
2019-05-20 12:07:02 -04:00
Raymond Hill dbe6218926
make Firefox dev build auto-update 2019-04-23 09:58:54 -04:00
Raymond Hill 732d0e84d8
New revision for dev build 2019-04-23 09:53:57 -04:00
Raymond Hill ab303d3c17
Fix the logger's rendering of hostnames starting with digits
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/541
2019-04-23 09:51:44 -04:00
Raymond Hill 1f1429c47a Import translation work from https://crowdin.com/project/umatrix 2019-04-08 12:33:02 -03:00
Raymond Hill 5c3661b69c make Firefox dev build auto-update 2019-04-08 09:24:07 -03: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 fa795dd446 New revision for dev build 2019-04-07 10:35:29 -03:00
xofe 26aedcc5f9 show placeholder for blocked frame elements (fix https://github.com/uBlockOrigin/uMatrix-issues/issues/120) (#1010) 2019-04-07 10:27:55 -03:00
Raymond Hill 054935d025
Fix https://github.com/uBlockOrigin/uMatrix-issues/issues/98 2019-02-02 10:13:25 -05:00
Raymond Hill 62fc318e89
make Firefox dev build auto-update 2019-01-01 09:08:39 -05:00
Raymond Hill 6bba6c4f85
New revision for dev build 2019-01-01 08:56:27 -05: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 3cc56afe63
make Firefox dev build auto-update 2018-12-31 14:32:01 -05:00
Raymond Hill 9789182b2c
New revision for dev build 2018-12-31 14:25:45 -05:00
Ryan Hendrickson 4d7109bf99 Cleaning (#1007)
* remove unused field distinctRequestCount

* remove mostly unused RequestStats

* write to pageStore.pageUrl, not pageStore.normalURL

* remove unused cookie code

* remove unused field off
2018-12-31 14:24:15 -05:00
Raymond Hill 130db1f351
Mind CR-terminated lines in recipe parser
Related issue:
- https://github.com/uBlockOrigin/uMatrix-issues/issues/97
2018-12-31 14:21:09 -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 9494da7195
New revision for stable release 2018-12-27 10:51:31 -05:00
Raymond Hill 94fdd3b587
Import translation work from https://crowdin.com/project/umatrix 2018-12-27 10:50:26 -05:00
Raymond Hill d7a96081f5
make Firefox dev build auto-update 2018-12-26 10:15:41 -05:00
Raymond Hill 521430115a
New revision for dev build 2018-12-26 10:03:44 -05:00
Raymond Hill acfb1a6310
Import translation work from https://crowdin.com/project/umatrix 2018-12-26 09:59:14 -05:00
Raymond Hill de56cfe351
Revert to Fontawesome 4.7 icons
Found out Fonteawesome 5 is a different project than
former Fontawesome (of which 4.7 is latest).

See https://github.com/uBlockOrigin/uBlock-issues/issues/249#issuecomment-448587658
2018-12-26 09:54:13 -05:00
Raymond Hill 5ed6a9703c re-phrase as suggested on https://crowdin.com/project/umatrix 2018-10-26 10:03:12 -03:00
Raymond Hill f94f0010b6 import translation work from https://crowdin.com/project/umatrix 2018-10-16 11:02:37 -03:00
Raymond Hill 9a6b1c2c9c address remaining quirks (see https://github.com/uBlockOrigin/uMatrix-issues/issues/62#issuecomment-428594617) 2018-10-16 10:58:04 -03:00
Raymond Hill 0f7c82a2d9
fix obsolete comment 2018-10-09 20:18:11 -04:00
Raymond Hill b71eed544f
make Firefox dev build auto-update 2018-10-09 19:52:05 -04:00
Raymond Hill 68e8d96b57
import translation work from https://crowdin.com/project/umatrix 2018-10-09 19:45:53 -04:00
Raymond Hill 073500ca81
new revision for release candidate 2018-10-09 19:43:53 -04:00
Raymond Hill 494cd9e95c
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/72 2018-10-09 19:43:02 -04:00
Raymond Hill ae894fb571
make Firefox dev build auto-update 2018-10-08 07:57:24 -04:00
Raymond Hill 60da12b0ef
import translation work from https://crowdin.com/project/umatrix 2018-10-08 07:53:04 -04:00
Raymond Hill 5e86922100
new revision for release candidate 2018-10-08 07:46:22 -04:00
Raymond Hill 6dcc90c639
fix tooltip quirk in popup panel; add visual hint in logger for tab-less requests 2018-10-07 11:16:25 -04:00
Raymond Hill 45be8d04e3
make Firefox dev build auto-update 2018-10-06 11:01:41 -04:00
Raymond Hill 9bbfed8d37
new revision for dev build 2018-10-06 10:58:12 -04:00
Raymond Hill 5b1287d2de
use separate CSS file for styles 2018-10-06 10:54:13 -04:00
Raymond Hill 886664abd4
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/59 and other unrelated quirks
Unrelated quirks:

- missing icons for magnifier (because https://github.com/uBlockOrigin/uMatrix-issues/issues/68)
- missing i18n string
- use separate file for CSS styles
2018-10-06 10:51:34 -04:00
Raymond Hill 495dddc389
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/70 2018-10-06 09:04:37 -04:00
Raymond Hill b822ae72d9
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/68 2018-10-06 08:07:03 -04:00