You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nuTensor/README.md

52 lines
4.0 KiB
Markdown

10 years ago
## uMatrix<br>[<img src="https://travis-ci.org/gorhill/uMatrix.svg?branch=master" height="16">](https://travis-ci.org/gorhill/uMatrix)
10 years ago
Definitely for advanced users.
10 years ago
8 years ago
***
8 years ago
**NOTE**: For the time being, the issue tracker has been closed due to too many users filing invalid issues due to uMatrix blocking stuff according to its ruleset (aka **doing its job**). I did warn that uMatrix is for advanced users, and advanced users are expected to be able to understand rulset and figure what needs to be done in order to unbreak stuff. I would re-open the issue tracker if I could find a way to allow only select contributors who have a good track history of filing actual valid issues, but this is currently not possible on GitHub.
8 years ago
**UPDATE:** There is no hope. Here is what happens when I am silly enough to think that maybe things will get better:
![b](https://user-images.githubusercontent.com/585534/27193733-0054d1f8-51ce-11e7-9ac8-a19cbd842917.png)
Despite:
![a](https://user-images.githubusercontent.com/585534/27193731-ff3c2046-51cd-11e7-84bd-2ce2545062a7.png)
***
9 years ago
Keep Github issues for bugs. User support is [Mozilla's add-on-support](https://discourse.mozilla-community.org/t/support-umatrix/5131).
10 years ago
Forked and refactored from [HTTP Switchboard](https://github.com/gorhill/httpswitchboard).
10 years ago
Install [manually](https://github.com/gorhill/uMatrix/blob/master/doc/README.md) the [latest release](https://github.com/gorhill/uMatrix/releases), or install from:
10 years ago
- [Firefox AMO](https://addons.mozilla.org/firefox/addon/umatrix/)
10 years ago
- [Chrome store](https://chrome.google.com/webstore/detail/µmatrix/ogfcmafjalglgifnmanfmnieipoejdcf)
- [Opera store](https://addons.opera.com/en-gb/extensions/details/umatrix/)
10 years ago
You may contribute with translation work:
- For in-app strings, on Crowdin: [uMatrix on Crowdin](https://crowdin.com/project/umatrix).
- For [description](https://github.com/gorhill/uMatrix/tree/master/doc/description) (to be used in AMO, Chrome store, etc.), submit a pull request. [Reference description is here](https://github.com/gorhill/uMatrix/blob/master/doc/description/description.txt) (feel free to improve as you wish, I am not a writer).
10 years ago
10 years ago
[HTTP Switchboard's documentation](https://github.com/gorhill/httpswitchboard/wiki) is still relevant, except for [uMatrix's differences with HTTP Switchboard](https://github.com/gorhill/uMatrix/wiki/Changes-from-HTTP-Switchboard).
10 years ago
10 years ago
You may contribute with documentation: [uMatrix's wiki](https://github.com/gorhill/uMatrix/wiki).
10 years ago
10 years ago
## Warnings
#### Regarding broken sites
10 years ago
uMatrix does not guarantee that sites will work fine: it is for advanced users who can figure how to un-break sites, because essentially uMatrix is a firewall which works in relaxed block-all/allow-exceptionally mode out of the box: it is not unexpected that sites will break.
10 years ago
10 years ago
**So this means do not file issues to report broken sites when the sites are broken because uMatrix does its job as expected.** I will close any such issue without further comment.
10 years ago
10 years ago
I expect there will be community driven efforts for users to help each others. If uMatrix had a home, I would probably set up a forum, but I do not plan for such thing, I really just want to code, not manage web sites. If you need help to un-break a site when using uMatrix, you can try [Wilders Security](http://www.wilderssecurity.com/threads/umatrix-the-http-switchboard-successor.369601/), where you are likely to receive help if needed, whether by me or other users.
10 years ago
10 years ago
uMatrix can be set to work in [allow-all/block-exceptionally](https://github.com/gorhill/httpswitchboard/wiki/How-to-use-HTTP-Switchboard:-Two-opposing-views#the-allow-allblock-exceptionally-approach) mode with a single click on the `all` cell in the global scope `*`, if you prefer to work this way. This will of course break less sites, but you would then lose all the benefits which comes with block-all/allow-exceptionally mode -- though you will still benefit from the 62,000+ blacklisted hostnames by default.
10 years ago
10 years ago
## License
<a href="https://github.com/gorhill/umatrix/blob/master/LICENSE.txt">GPLv3</a>.