1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-09-29 08:41:11 +13:00
No description
Find a file
Deathamns 8f0172467a Remove unnecessary messaging workaround
A better fix was introduced in e36c702 for this issue.

The actual problem was that Safari when sends a message from the
background to content, then it passes to all the frames in the target tab,
but it doesn't make copies, it passes only references to the same object,
so if one frame modifies the message, then other frames would have
received the modified message.
2015-04-10 19:37:25 -04:00
assets this fixes #138 2015-03-14 11:58:37 -04:00
doc translation work from crowdin 2015-01-19 09:08:41 -05:00
platform/chromium refactored tabs/context code 2015-04-10 19:34:15 -04:00
src Remove unnecessary messaging workaround 2015-04-10 19:37:25 -04:00
tools reorganizing, preparing move to vAPI 2015-04-10 17:06:49 -04:00
.gitignore that works better 2014-10-17 15:16:16 -04:00
.travis.yml oops 2015-04-10 10:10:57 -04:00
LICENSE Initial commit 2014-10-15 16:25:43 -04:00
README.md Update README.md 2015-04-10 10:12:36 -04:00

µMatrix for Chromium

Forked and refactored from HTTP Switchboard.

Install manually the latest release, or from Opera store, Chrome store.

You may contribute with translation work on Crowdin: µMatrix on Crowdin.

HTTP Switchboard's documentation is still relevant, except for µMatrix's differences with HTTP Switchboard.

You may contribute with documentation: µMatrix's wiki.

Warnings

Regarding broken sites

µ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.

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.

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, where you are likely to receive help if needed, whether by me or other users.

µMatrix can be set to work in allow-all/block-exceptionally 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.

License

GPLv3.