Raymond Hill
a697ce0be9
New revision for dev build
5 years ago
Raymond Hill
b75500eff4
Import translation work from https://crowdin.com/project/umatrix
5 years ago
Raymond Hill
3f4425d9db
Fix broken handling of blocked document parameters
Related issue:
- https://github.com/uBlockOrigin/uMatrix-issues/issues/214
Regression from:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a#diff-67a98e071667dfff264d50da29bb3a5cL38-R39
5 years ago
Raymond Hill
f8c82add03
Fix python scripts used for pusblishing dev builds
5 years ago
Raymond Hill
a78a6465b0
Make Firefox dev build auto-update
5 years ago
Raymond Hill
ae7d450827
New revision for dev build
5 years ago
Raymond Hill
c908ae5210
Import translation work from https://crowdin.com/project/umatrix
5 years ago
Raymond Hill
ea688f3942
Fix network error message in logger
Related feedback:
- https://github.com/gorhill/uMatrix/issues/945#issuecomment-569792402
Regression from:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a
5 years ago
Raymond Hill
8a39b0e171
New revision for dev build
5 years ago
Raymond Hill
5c06fed370
Make 1st and 3rd columns in logger clickable
These columns are unlikely to be used for text
selection, so there is no harm to make them
clickable.
5 years ago
Raymond Hill
035f3f53a2
Fix packaging/publishing scripts
5 years ago
Raymond Hill
17430ded93
Make Firefox dev build auto-update
5 years ago
Raymond Hill
b8e62f0c55
Import translation work from https://crowdin.com/project/umatrix
5 years ago
Raymond Hill
e800756163
New revision for dev build
5 years ago
Raymond Hill
0190fdaf3d
Add back missing tab context properties
These properties, used to detect/act on/report
unencrypted connection, were erroneously removed
when importing uBO's code en-bloc.
Related issue:
- https://github.com/uBlockOrigin/uMatrix-issues/issues/212
5 years ago
Raymond Hill
0db579da97
Make Firefox dev build auto-update
5 years ago
Raymond Hill
e5cf0d4684
Import translation work from https://crowdin.com/project/umatrix
5 years ago
Raymond Hill
a2f213492e
New revision for dev build
5 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.
5 years ago
Raymond Hill
cb9934f67a
Fix publish scripts for dev build versions
5 years ago
Raymond Hill
e7140262f2
Use correct manifest key (instead of the alias)
5 years ago
Raymond Hill
a9bcc70a2b
Minor code review of WASM-loading code
5 years ago
Raymond Hill
2936d73911
Fix odds and ends from mega commit 9b292304d3
Related commit:
- https://github.com/gorhill/uMatrix/commit/9b292304d33a
5 years ago
Raymond Hill
df4a403473
Make use of css flex in matrix UI
5 years ago
Raymond Hill
d993b8442a
Import translation work from https://crowdin.com/project/umatrix
5 years ago
Raymond Hill
5aab1fb00b
Import publish script fixes from uBO
5 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.
5 years ago
Raymond Hill
1d936742a7
New revision for stable release
5 years ago
Raymond Hill
5156e23a09
Import translation work from https://crowdin.com/project/umatrix
5 years ago
Raymond Hill
93b28cdd84
Silently ignore invalid tab id
5 years ago
Raymond Hill
3da449b8a4
Import translation work from https://crowdin.com/project/umatrix
6 years ago
Raymond Hill
eb2a4699d4
make Firefox dev build auto-update
6 years ago
Raymond Hill
e01ebef2cf
New revision for release candidate
6 years ago
Raymond Hill
c3919da2c2
Add more cases for documentUrl to be safely used as root context
Related issue:
- https://github.com/uBlockOrigin/uMatrix-issues/issues/155
6 years ago
Raymond Hill
d5fe3edb15
make Firefox dev build auto-update
6 years ago
Raymond Hill
f332cd9f68
New revision for release candidate
6 years ago
Raymond Hill
d6471b3556
Fix https://github.com/uBlockOrigin/uMatrix-issues/issues/159
6 years ago
Raymond Hill
0da9645d91
make Firefox dev build auto-update
6 years ago
Raymond Hill
6e9f23c940
Import translation work from https://crowdin.com/project/umatrix
6 years ago
Raymond Hill
04a9d00a5e
New revision for dev build
6 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.
6 years ago
Raymond Hill
0807d71704
make Firefox dev build auto-update
6 years ago
Raymond Hill
d5f75e84d8
New revision for dev build
6 years ago
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.
6 years ago
Raymond Hill
dbe6218926
make Firefox dev build auto-update
6 years ago
Raymond Hill
732d0e84d8
New revision for dev build
6 years ago
Raymond Hill
ab303d3c17
Fix the logger's rendering of hostnames starting with digits
Related issue:
- https://github.com/uBlockOrigin/uBlock-issues/issues/541
6 years ago
Raymond Hill
1f1429c47a
Import translation work from https://crowdin.com/project/umatrix
6 years ago
Raymond Hill
5c3661b69c
make Firefox dev build auto-update
6 years ago
Ryan Hendrickson
3f2916ed05
More unused code cleaning ( #1009 )
* remove many unused functions
* remove XAL abstraction
6 years ago