Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fippo/plumber


https://github.com/fippo/plumber

Last synced: about 1 month ago
JSON representation

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