1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-30 00:56:32 +13:00
Commit graph

61 commits

Author SHA1 Message Date
Raymond Hill
6df5e5212c
code review following feedback: 821e45751a (commitcomment-26587989) 2018-01-02 08:16:25 -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
6ecea191b4
put back space: turns out it's needed for detection 2017-12-31 19:30:25 -05:00
Raymond Hill
2d14874d69
code review for deeb211c5d 2017-12-31 19:25:50 -05:00
Raymond Hill
deeb211c5d
add ability to block web workers on a per-site basis 2017-12-31 18:18:10 -05:00
Raymond Hill
19c32608f3
add visual cue to hint at relevance of per-scope switches 2017-12-21 08:30:05 -05:00
gorhill
8608b29ded
fix ##773 + added logger output for CSP modification 2017-12-09 18:25:32 -05:00
gorhill
c4c0d450fd
code review of request headers processing code
- drop needless overhead now that legacy support is dropped
- output extra information about the headers which are
  modified and their value before/after modification
2017-12-09 12:32:41 -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
9e2dd8108c
code review: further simplifying; jshint-ing 2017-12-03 14:56:08 -05:00
gorhill
ebac131247
code review: simplify code for counting distinct URLs 2017-12-03 11:40:27 -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
4765db4d86 code review: simplify CSP injection code 2017-04-27 10:38:22 -04:00
gorhill
27dea59284 fix #759 2017-04-27 08:10:54 -04:00
gorhill
e8bcc4ca9f fix #752 2017-04-02 15:35:40 -04:00
gorhill
6e8ebd8253 fix #727 2017-04-01 16:46:27 -04:00
gorhill
585802510a report raw type in logger instead of normalized type 2017-03-29 10:06:08 -04:00
gorhill
c2d7096500 refactor assets management; working webextension version 2017-03-29 09:12:12 -04:00
Alexey Petrenko
3b5b572f36 Fixed broken link 2016-10-04 11:40:06 +05:00
gorhill
83b342d4e4 fix #597 + code review + merge media and image 2016-07-30 09:58:13 -04:00
gorhill
93f963bc6c this fixes #538 2016-03-31 08:57:54 -04:00
gorhill
6eaa85eee1 this should fix #357, #395 2015-11-15 17:33:05 -05:00
gorhill
8c6b94e213 this addresses #358 for the time being 2015-11-01 09:09:06 -05:00
gorhill
c03d38a5c6 this fixes #349 2015-09-09 00:31:28 -04:00
gorhill
2224ece1a5 this fixes #320 2015-08-13 11:15:28 -04:00
gorhill
83cc6053eb more minor details fixed 2015-05-11 16:48:29 -04:00
gorhill
6bc728f8b8 refactoring of inline script blocking + improving AMO validation 2015-05-09 19:18:16 -04:00
gorhill
52540c1a9a various fixes 2015-05-08 07:43:23 -04:00
gorhill
6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill
4ad7c65362 various fixes 2015-05-04 10:50:44 -04:00
gorhill
44f1a61c42 placeholder styling gone: it's bloat-ish 2015-05-02 17:13:55 -04:00
gorhill
ddaa948cf4 new way of handling blocked documents 2015-05-02 13:30:29 -04:00
gorhill
eb42375215 code review 2015-05-01 23:54:32 -04:00
gorhill
1f4ff9c809 more refactoring, code review 2015-04-21 19:47:19 -04:00
gorhill
8ae33e9c12 FF: this fixes availability of response headers for when item pulled from cache 2015-04-21 17:38:54 -04:00
gorhill
7cd060a15f refactoring, fixing script/frame blocking on FF, etc., more to do 2015-04-21 16:22:29 -04:00
gorhill
c1314e496b support ping request type explicitly 2015-04-19 16:30:28 -04:00
gorhill
595de33e83 sanitizing outgoing headers (drafty) 2015-04-19 16:19:14 -04:00
gorhill
ed67045360 first pass 2015-04-11 17:15:57 -04:00
gorhill
056e68da66 this fixes #42 2015-04-10 10:45:40 -04:00
emanueLczirai
7085beb66a missing semicolon 2015-01-10 22:57:03 +01:00
Raymond Hill
5777dc0b15 code review: actually no file: should occurs within https: doc 2014-12-05 10:45:43 -02:00
Raymond Hill
baa8e86fd4 this addresses issue raised in #71 2014-12-05 10:43:47 -02:00
Raymond Hill
e39b36beda code review; make strict https break less stuff on new tab page 2014-11-29 09:50:24 -02:00
Raymond Hill
5d8bae3da2 this fixes #59 2014-11-19 23:17:24 -02:00
Raymond Hill
ce6305210c UI work toward fixing #7, #36 2014-11-19 00:18:57 -02:00
Raymond Hill
5f3dc76b32 code review 2014-11-18 15:31:37 -02:00
Raymond Hill
5e19edaab7 ability to foil mixed content 2014-11-18 15:04:40 -02:00
gorhill
4211613055 fix rendering of mu character 2014-11-07 14:36:20 -05:00