Commit Graph

217 Commits (742fba96f0a63ed3146c963f8444567bf238d293)

Author SHA1 Message Date
Raymond Hill 3795b99fc5
possible fix for https://www.reddit.com/r/uMatrix/comments/8lc9ia/ 6 years ago
Raymond Hill 8da0dcd84f
fix https://github.com/uBlockOrigin/uMatrix-issues/issues/9 6 years ago
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()
7 years ago
Raymond Hill f35b230c37
new revision for dev build 7 years ago
Raymond Hill 4947019dbb
new revision for dev build 7 years ago
Raymond Hill 4e00e6e3b0
new revision for dev build 7 years ago
Raymond Hill 858ee6df69
new revision for dev build 7 years ago
Raymond Hill 91cbd94ba7
new revision or dev build 7 years ago
Raymond Hill b5c377ec73
new revision for dev build 7 years ago
Raymond Hill ebfe08e0a2
fix #938 7 years ago
Raymond Hill 00df01f633
new revision for dev build 7 years ago
Raymond Hill 7b88cef36d
new revision for dev build 7 years ago
Raymond Hill 3e4e1d9def
new revision for dev build 7 years ago
Raymond Hill 44a1f6da0d
new revision for bug fixes 7 years ago
Raymond Hill b8c0089a1a
new revision for release 7 years ago
Raymond Hill 785b430263
new revision for release candidate 7 years ago
Raymond Hill 6485c2e035
new revision for release candidate 7 years ago
Raymond Hill c89a4cfe5e
use worker-src on Firefox 58+ -- turns out this was fixed weeks ago 7 years ago
Raymond Hill f680fc004c
new revision for release candidate 7 years ago
Raymond Hill a8ac21ced0
new revision for release candidate 7 years ago
Raymond Hill e8772404c7
new revision for dev build 7 years ago
Raymond Hill 533d24b4be
new revision for release 7 years ago
Raymond Hill 32819b5cca
new revision for dev build 7 years ago
Raymond Hill 2a2685ff84
new revision for dev build 7 years ago
Raymond Hill 62f48a15ff
new revision for dev build 7 years ago
Raymond Hill c96fbb4d5c
new revision for dev build 7 years ago
Raymond Hill deeb211c5d
add ability to block web workers on a per-site basis 7 years ago
Raymond Hill c1494d719a
new revision for dev build 7 years ago
Raymond Hill 12630e8a8a
new revision for dev build 7 years ago
Raymond Hill eebf2c7d32
new revision for dev build 7 years ago
Raymond Hill c1325d06b7
new revision for release candidate 7 years ago
Raymond Hill 111d44b7cb
new revision for release candidate 7 years ago
Raymond Hill 4b5cd19396
new revision for release candidate 7 years ago
gorhill dfb4127583
new revision for dev build 7 years ago
gorhill 72a9fbf267
new revision for dev build 7 years ago
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
7 years ago
gorhill 1e9f728a3b
new revision for dev build 7 years ago
gorhill fa2658cd2b
import message handling code from uBO, simplify for uMatrix 7 years ago
gorhill 16eceedbf5
new revision for stable release 7 years ago
gorhill c983d47c8e
new revision for release candidate 7 years ago
gorhill 5c340e85e8
set minimum chromium version to 45 7 years ago
gorhill 3ff2926871
fix #840 (need confirmation) 7 years ago
gorhill 8660d35dcf
new revision for release candidate 7 years ago
gorhill 3292b030ce
new revision for release candidate 7 years ago
gorhill 6a10411f6a
new revision for dev build 7 years ago
gorhill c05f9fe9c9
new revision for dev build 7 years ago
gorhill 773fe2da59
new revision for dev build 7 years ago
gorhill 0207c91312
enable ability to detach the logger (same as uBO) 7 years ago
gorhill 29a59808ab
new revision for dev build 7 years ago
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.
7 years ago