1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-26 18:10:39 +12:00
Commit graph

26 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
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 2256552899
fix https://github.com/gorhill/uMatrix/issues/951, https://github.com/uBlockOrigin/uMatrix-issues/issues/62 2018-09-29 06:31:59 -04:00
Raymond Hill 46669115dc
code review: various fixes
- Ensure REFERER spoofing is always reported in logger
- Fixed possible exception thrown when asynchronously reporting cookies
2018-06-17 08:22:47 -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 9fd6bdfddd
avoid over-reporting of cookies
Limit each distinct cookie to be reported at most
once a second. Sometimes a cookie's value can
be changed many times a second and it's not useful
to report every single instance of these
changes -- this just pollute both the badge
counter and the logger output.
2018-03-26 16:19:36 -04:00
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 2017-12-06 09:47:20 -05:00
gorhill e278a7d4e3
further address #853 2017-12-05 16:10:28 -05:00
gorhill 9e2dd8108c
code review: further simplifying; jshint-ing 2017-12-03 14:56:08 -05:00
gorhill e9968713e4
work toward resolving #853 2017-11-28 13:19:57 -05:00
gorhill 65924d1be8 this fixes #489 2016-02-28 16:15:23 -05:00
gorhill e9e1f7e631 this fixes #489 2016-02-27 21:02:08 -05:00
gorhill 7dcfdf9e08 improved cookie emphasis in logger 2015-05-11 12:49:03 -04:00
gorhill 8aaadb8fc0 toward a release: general code review, polishing, removing obsolete stuff 2015-05-11 10:55:06 -04:00
gorhill 9a40eb17a0 fixed i18n mistake 2015-05-09 20:16:57 -04:00
gorhill 05089dc370 preparing for i18n + better defaults 2015-05-07 18:38:29 -04:00
gorhill 6f786635f4 extremely early draft of matrix integration within the logger 2015-05-06 00:30:45 -04:00
gorhill 13c03d802d oops 2015-05-04 19:07:12 -04:00
gorhill a49340b57a firefox: cookie and browser cache management 2015-05-04 15:14:51 -04:00
gorhill 4ad7c65362 various fixes 2015-05-04 10:50:44 -04:00
gorhill b4254db51c refactoring: many changes throughout -- not close to be done 2015-05-03 20:55:27 -04:00
gorhill 7cd060a15f refactoring, fixing script/frame blocking on FF, etc., more to do 2015-04-21 16:22:29 -04:00
gorhill ed67045360 first pass 2015-04-11 17:15:57 -04:00
gorhill 3aeeea7abd code review 2014-10-27 10:30:21 -04:00
gorhill 118306ab51 this fixes #17 2014-10-27 10:20:19 -04:00
gorhill 0beb752db9 first commit 2014-10-17 15:01:09 -04:00