1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-28 23:31:09 +12:00
Commit graph

19 commits

Author SHA1 Message Date
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
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
60cd27c347
code review for 821e45751a: simplify 2018-01-01 13:53:20 -05:00
Raymond Hill
821e45751a
reliably report web worker and inline script presence 2018-01-01 13:37:19 -05:00
Raymond Hill
2d14874d69
code review for deeb211c5d 2017-12-31 19:25:50 -05:00
Raymond Hill
1b1d3ad728
add ability to block web workers on a per-site basis 2017-12-31 18:19:48 -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
gorhill
754e8213cf code review 6781a98f 2017-04-27 00:02:08 -04:00
gorhill
6781a98fd6 "fix" #771 2017-04-26 16:06:34 -04:00
gorhill
855833c978 code review 2015-05-17 15:00:37 -04:00
gorhill
535a46db37 this fixes warning/error entries in browser console 2015-05-12 08:04:13 -04:00
gorhill
57de4fdf14 code review 2015-05-09 17:14:22 -04:00
gorhill
ed67045360 first pass 2015-04-11 17:15:57 -04:00
Raymond Hill
dc3de2a3ca make ua-spoofing code easier to read from dev tools 2014-11-21 08:54:48 -02:00
Raymond Hill
40bc8087e5 this fixes #61 2014-11-20 13:27:43 -02:00
Raymond Hill
238e6c3536 re #61 2014-11-20 11:40:52 -02:00
Raymond Hill
ce6305210c UI work toward fixing #7, #36 2014-11-19 00:18:57 -02:00
gorhill
0beb752db9 first commit 2014-10-17 15:01:09 -04:00