Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fippo/plumber
https://github.com/fippo/plumber
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/fippo/plumber
- Owner: fippo
- Created: 2015-08-13T20:15:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T20:58:22.000Z (about 9 years ago)
- Last Synced: 2024-10-18T16:28:08.973Z (3 months ago)
- Language: JavaScript
- Size: 161 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dealing with leaks
See [this mozhacks article](https://hacks.mozilla.org/2015/09/controlling-webrtc-peerconnections-with-an-extension/) for a full description of what this addon does.
![Dealing with leaks](http://24.media.tumblr.com/tumblr_l0fxmicsTs1qztjn5o1_500.gif)## building the XPI
```
npm i -g jpm
```
(don't install locally, it will include node_modules in your xpi...)test:
```
jpm run
```pack:
```
jpm xpi
```## License
MPL 2.0