{"id":15107997,"url":"https://github.com/gorhill/umatrix","last_synced_at":"2025-12-16T18:21:39.468Z","repository":{"id":21947663,"uuid":"25272170","full_name":"gorhill/uMatrix","owner":"gorhill","description":"uMatrix: Point and click matrix to filter net requests according to source, destination and type","archived":true,"fork":false,"pushed_at":"2021-07-20T17:57:55.000Z","size":14682,"stargazers_count":4562,"open_issues_count":66,"forks_count":470,"subscribers_count":274,"default_branch":"master","last_synced_at":"2024-09-26T21:43:45.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gorhill.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-15T20:25:43.000Z","updated_at":"2024-09-25T05:58:03.000Z","dependencies_parsed_at":"2022-08-07T10:01:21.056Z","dependency_job_id":null,"html_url":"https://github.com/gorhill/uMatrix","commit_stats":null,"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhill%2FuMatrix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhill%2FuMatrix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhill%2FuMatrix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhill%2FuMatrix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorhill","download_url":"https://codeload.github.com/gorhill/uMatrix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234402270,"owners_count":18826722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-25T21:43:40.594Z","updated_at":"2025-09-27T06:32:26.681Z","avatar_url":"https://github.com/gorhill.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## uMatrix\u003cbr\u003e[\u003cimg src=\"https://travis-ci.org/gorhill/uMatrix.svg?branch=master\" height=\"16\"\u003e](https://travis-ci.org/gorhill/uMatrix)\n\nDefinitely for advanced users.\n\n***\n\nKeep Github issues for actual bugs. User support is [/r/uMatrix](https://www.reddit.com/r/uMatrix/).\n\nForked and refactored from [HTTP Switchboard](https://github.com/gorhill/httpswitchboard).\n\nInstall [manually](https://github.com/gorhill/uMatrix/blob/master/doc/README.md) the [latest release](https://github.com/gorhill/uMatrix/releases), or install from:\n- [Firefox AMO](https://addons.mozilla.org/firefox/addon/umatrix/)\n    - To help find issues with ongoing development: [uMatrix dev build in _Releases_](https://github.com/gorhill/uMatrix/releases) (click the latest `uMatrix.webext.signed.xpi` link of the last pre-resease.)\n- [Chrome store](https://chrome.google.com/webstore/detail/µmatrix/ogfcmafjalglgifnmanfmnieipoejdcf)\n    - To help find issues with ongoing development: [uMatrix dev build in Chrome store](https://chrome.google.com/webstore/detail/umatrix-dev-build/eckgcipdkhcfghnmincccnhpdmnbefki)\n- [Opera store](https://addons.opera.com/en-gb/extensions/details/umatrix/)\n\nYou may contribute with translation work:\n- For in-app strings, on Crowdin: [uMatrix on Crowdin](https://crowdin.com/project/umatrix).\n- 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).\n\n[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).\n\nYou may contribute with documentation: [uMatrix's wiki](https://github.com/gorhill/uMatrix/wiki).\n\n## Warnings\n\n#### Regarding broken sites\n\nuMatrix 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.\n\n**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.\n\n**Using uMatrix logger is key to un-break sites:** the logger will show you all that uMatrix does internally.\n\nI 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.\n\nuMatrix 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.\n\n\n## License\n\n\u003ca href=\"https://github.com/gorhill/umatrix/blob/master/LICENSE.txt\"\u003eGPLv3\u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhill%2Fumatrix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorhill%2Fumatrix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhill%2Fumatrix/lists"}