1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-05-18 03:03:38 +12:00
uMatrix/README.md

33 lines
2.7 KiB
Markdown
Raw Normal View History

2015-05-04 03:09:30 +12:00
##### [2015-05-03] Issues are closed until I am ready to release a new development version -- no bug should be reported for anything else than versions listed in the [releases area](https://github.com/gorhill/uMatrix/releases).
2015-05-04 03:09:09 +12:00
2015-05-09 00:19:12 +12:00
## uMatrix<br>[<img src="https://travis-ci.org/gorhill/uMatrix.svg?branch=master" height="16">](https://travis-ci.org/gorhill/uMatrix)
Defintiely for advanced users.
2014-10-18 08:01:09 +13:00
2014-11-05 03:25:06 +13:00
Forked and refactored from [HTTP Switchboard](https://github.com/gorhill/httpswitchboard).
2014-11-15 01:33:27 +13:00
Install [manually](https://github.com/gorhill/uMatrix/blob/master/doc/INSTALL.md) the [latest release](https://github.com/gorhill/uMatrix/releases), or from [Opera store](https://addons.opera.com/en-gb/extensions/details/umatrix/), [Chrome store](https://chrome.google.com/webstore/detail/µmatrix/ogfcmafjalglgifnmanfmnieipoejdcf).
2014-10-21 02:19:48 +13:00
2014-10-29 04:52:27 +13:00
You may contribute with translation work on Crowdin: [µMatrix on Crowdin](https://crowdin.com/project/umatrix).
2014-11-05 02:21:02 +13:00
[HTTP Switchboard's documentation](https://github.com/gorhill/httpswitchboard/wiki) is still relevant, except for [µMatrix's differences with HTTP Switchboard](https://github.com/gorhill/uMatrix/wiki/Changes-from-HTTP-Switchboard).
2014-10-18 08:01:09 +13:00
2014-11-05 03:25:06 +13:00
You may contribute with documentation: [µMatrix's wiki](https://github.com/gorhill/uMatrix/wiki).
2014-11-03 02:37:25 +13:00
## Warnings
#### Regarding broken sites
2014-11-03 03:09:05 +13:00
µMatrix does not guarantee that sites will work fine: it is for advanced users who can figure how to un-break sites, because essentially µMatrix is a firewall which works in block-all/allow-exceptionally mode out of the box: it is not unexpected that sites will break.
2014-11-03 02:37:25 +13:00
**So this means do not file issues to report broken sites when the sites are broken because µMatrix does its job as expected.** I will close any such issue without further comment.
2014-11-03 02:43:10 +13:00
I expect there will be community driven efforts for users to help each others. If µMatrix 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 µMatrix, 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.
2014-11-03 02:37:25 +13:00
2014-11-03 02:44:36 +13:00
µMatrix 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.
2014-11-03 02:37:25 +13:00
2014-10-18 08:01:09 +13:00
## License
<a href="https://github.com/gorhill/umatrix/blob/master/LICENSE.txt">GPLv3</a>.