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

27 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
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 3f8794dd89
Code review for 18490b9bf8
- Use a time offset to ensure value fit in a int32
- Also, fix potential false positives re. blocked image placeholders
2018-07-06 10:39:38 -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 6abc89dfd5
fix #924 2018-01-22 13:58:35 -05:00
Raymond Hill a9799b70bc
code review for aafb85c6c62a: use contentType, instanceof document is unreliable on Firefox 2018-01-20 16:37:40 -05:00
Raymond Hill aafb85c6c6
fix https://bugzilla.mozilla.org/show_bug.cgi?id=1392090#c18 2018-01-20 16:16:13 -05:00
Raymond Hill b2e760f40d
fix #904, #436 2018-01-06 18:00:28 -05:00
Raymond Hill 171552370a
ensure image placeholders' min width can take effect 2018-01-02 09:36:00 -05:00
Raymond Hill 6df5e5212c
code review following feedback: 821e45751a (commitcomment-26587989) 2018-01-02 08:16:25 -05:00
Raymond Hill 35ddcc80eb
code review: giving more thoughts to reporting CSP violations 2018-01-01 18:55:34 -05:00
Raymond Hill 821e45751a
reliably report web worker and inline script presence 2018-01-01 13:37:19 -05:00
Raymond Hill 36e7c874cd
fix #479 2017-12-18 09:49:15 -05:00
Raymond Hill 3a6f550223
code review: be case-insensitive, "URL=" is also used sometimes 2017-12-16 11:28:04 -05:00
gorhill 8e073579f6
fix #485 2017-12-11 08:31:09 -05:00
gorhill 05a312f6d0
fix #621 2017-12-10 17:09:35 -05:00
gorhill ff5789d4ac
minor code review 2017-12-09 10:45:37 -05:00
gorhill b7127541a3
finally complete fix for #319 2017-12-08 08:21:26 -05:00
gorhill 73c8da05b7
Fix #335
Additionally, performance improvements:
- Reduce overhead of collapsing elements
  (see https://github.com/gorhill/uBlock/issues/2839)
- Cache decomposition of source hostname when matrix-filtering

Also, various code review.
2017-12-08 07:54:49 -05:00
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 2017-12-06 09:47:20 -05:00
gorhill cadd9c751d
code review for #319: ensure valid URL 2017-12-06 06:29:21 -05:00
gorhill a90e5cc7b4
finalize fix to #319 -- redirect if meta/refresh found in noscript tags 2017-12-05 16:09:30 -05:00
gorhill 03120f8dd9
code review: avoid using innerHTML 2017-12-01 17:16:29 -05:00
gorhill 43df802cff
fix #232 2017-12-01 12:34:29 -05:00
gorhill 9d43f929bc
Revive formerly removed <noscript> tag spoofing code
Also:
- a new per-scope switch has been added to control <noscript> spoofing on
  a per site basis
- a global setting to be used as the default state of the <noscript>
  spoofing switch
- Privacy pane has been merged into Setting pane
2017-12-01 11:53:40 -05:00
gorhill 357b44c265
[corrected commit message] code review of ad9d591b1666: remove more obsolete code 2017-12-01 08:49:42 -05:00
gorhill ad9d591b16
Fix #118, #271, #649, #771: removing flawed-at-the-core UA spoofer
The end result of the flawed UA spoofer was to accomplish the
OPPOSITE of the intended goal. UA spoofing for privacy purpose
turns out to be a whole complicated task on its own, and is
best undertaken as a separate dedicated extension -- assuming
it is possible at all.

In any case, this had no place in a "Privacy" section in uMatrix,
this was a bad idea to create this feature in the first place. It's
never too late to correct a bad idea, and this is the purpose of
this commit.
2017-12-01 08:17:30 -05:00
Renamed from src/js/contentscript-end.js (Browse further)