Raymond Hill
Raymond Hill
New issue tracker is at . Issue tracker here is deprecated. Reason: the new issue tracker allows me to grant full permissions to volunteers in processing issues without having to...
Firefox's WebExtensions API support [the complete disabling of WebRTC](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/privacy/network#Properties). Make this option available to user. The current option _"Prevent WebRTC from leaking local IP addresses"_ will become a sub-option of...
### Describe the issue Test case was [provided by a user on reddit](https://www.reddit.com/r/uBlockOrigin/comments/52ow42/how_could_i_have_found_and_blocked_this_element/): - Visit http://reddpics.com/r/gif. - Notice that when you hover a thumbnail on the page, a play button...
Never wrote an extension for Firefox, so that will require some reading (started). This might take a while.
- [x] Project forked and renamed µMatrix - To emphasize companionship with [µBlock](https://github.com/gorhill/ublock) - They complement each other: - µBlock for mainstream protection (pattern-based filtering, cosmetic filtering, i.e. ABP-like) -...
Test case: https://news.ycombinator.com/. Conditions: - Scripts allowed by default in matrix - No 3rd-party scripts on the page The problem is this piece of code in `contentScriptSummaryHandler()` in https://github.com/gorhill/httpswitchboard/blob/master/js/messaging-handlers.js: ```...
I will just drop some thoughts here for the record, before I forget etc. Currently HTTPSB blocks inline scripts using a CSP directive `script-src 'none'`. This actually blocks **all** scripts,...
In email: > Hello. For years I used Firefox in conjunction with my screen reader JAWS For Windows. Amongst the add-ons were NoScript, RequestPolicy, Ghostery and Adblock Plus. Recently I...
As per [post on Wilders Secrurity](http://www.wilderssecurity.com/threads/http-switchboard-for-chrome-chromium.356427/page-31#post-2393872): > My privacy settings are set to delete blocked cookies and wipe session cookies every 15 mins. I wiped all my cookies and went...
Discuss. Here are my pros: - One code base dedicated to ABP-compatible filtering engine. - Dedicated means it does what it does very well, fast, efficiently, and with many features...