1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 11:30:20 +12:00
Go to file
Deathamns e6e3868080 Building extension files
Adds possibility to build extension files (Chrome and Safari) from
command line.

To run from the project directory:
python tools/build.py [meta]

If the optional `meta` argument is set, then only the manifest and
language files are uptated.
Without that everything is being built (extension files too) into the
`dist/build/version_number` folder.

For Chrome there will be two files, a crx, and a .zip file which
includes the key.pem private key (so this must not be shared,
it's just a bit help for publishing it to the Chrome Web Store).

Beside the extension files, update-files are generated too (for self
hosting - Safari needs it).
2015-04-10 19:39:18 -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 forgot to add shutdown to other platforms (re. https://github.com/gorhill/uMatrix/issues/144) 2015-04-10 19:37:30 -04:00
src Building extension files 2015-04-10 19:39:18 -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.