├── .github └── ISSUE_TEMPLATE.md └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | ### Prerequisites 4 | 5 | 6 | 7 | 8 | - [ ] I performed a cursory search of the issue tracker to avoid opening a duplicate issue 9 | - Your issue may already be reported. 10 | - [ ] I also searched the existing issues at 11 | - [ ] This is not a support issue or a question 12 | - Support issues and questions are handled at [/r/uMatrix](https://old.reddit.com/r/uMatrix/) 13 | - I tried to reproduce the issue when... 14 | - [ ] uMatrix extension is wholly disabled or not installed 15 | - [ ] uMatrix is the only extension 16 | - [ ] uMatrix with default lists/settings 17 | - [ ] using a new, unmodified browser profile 18 | - [ ] I am running the latest version of uMatrix 19 | - [ ] I checked the [documentation](https://github.com/gorhill/uMatrix/wiki) to understand that the issue I report is not a normal behavior 20 | - [ ] I used the logger to rule out that the issue is caused by my ruleset 21 | 22 | ### Description 23 | 24 | 25 | 26 | ### A specific URL where the issue occurs 27 | 28 | 29 | 30 | ### Steps to Reproduce 31 | 32 | 1. [First Step] 33 | 2. [Second Step] 34 | 3. [and so on...] 35 | 36 | ### Ruleset 37 | 38 | 44 | 45 | ### Supporting evidence 46 | 47 | 53 | 54 | ### Your environment 55 | 56 | * uMatrix version: 57 | * Browser Name and version: 58 | * Operating System and version: 59 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # uMatrix-issues 2 | 3 | This is the official community-maintained [issue tracker for uMatrix](https://github.com/uBlockOrigin/uMatrix-issues/issues). **Do not post issues [regarding broken sites](https://github.com/gorhill/uMatrix#warnings).** 4 | 5 | uMatrix is a browser firewall, **you're expected to be able to unbreak any breakage caused by the ruleset.** 6 | 7 | **Speculated performance issues will be marked as invalid and closed if they do not come with actual profiling data from [Firefox Profiler](https://profiler.firefox.com/)/[Chromium Profiler](https://developer.chrome.com/devtools/docs/profiles) + fully substantiated analysis supporting the claim.** 8 | 9 | **Support issues and questions are handled at [/r/uMatrix](https://old.reddit.com/r/uMatrix/).** 10 | 11 | # uMatrix-dev-builds 12 | 13 | You can help with the development of uMatrix by using the development build, in order to report new issues or regression bugs before stable releases of uMatrix are published. 14 | 15 | Development builds: 16 | - Chromium-based browsers: 17 | - Firefox: click the most recent `uMatrix.webext.signed.xpi` file from 18 | 19 | If you install a development build once, it will be automatically updated with a more recent development build version when a new one is published. 20 | --------------------------------------------------------------------------------