RoxKilly
RoxKilly
### Describe the issue If I understand [how filtering works](https://github.com/gorhill/uBlock/wiki/Overview-of-uBlock's-network-filtering-engine:-details), Dynamic URL Filtering should superseed all other dynamic filtering rules. This does not appear to be the case when there...
Since Firefox 39, it may be possible for Javascript to fingerprint hardware media devices (microphones, cameras, etc...) through the `MediaDevices API` - in particular [MediaDevices.enumerateDevices()](https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices) This can be disabled by...
My golang application needs to list all file and folder paths in a subfolder of a git repo (a search path). I only care about the HEAD commit. I'm using...