HelloZeroNet / ZeroNet

ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network
https://zeronet.io
Other
18.34k stars 2.27k forks source link

Consider contributing a ZeroNet client to Beaker #530

Open OliverCole opened 8 years ago

OliverCole commented 8 years ago

Beaker is a browser for IPFS and Dat. It's licensed MIT, and supports plugins for adding new protocols and Web APIs.

https://github.com/pfrazee/beaker

pfrazee commented 8 years ago

I'm available to help out any plugin devs, and we have some good docs. (I may build a zeronet plugin myself; we'll see what my schedule looks like.)

I started #beakerbrowser in Freenode; you can find me there

obv-mikhail commented 8 years ago

Using a browser for the single purpose of making URLs look pretty seems stupid to me.

dmp1ce commented 7 years ago

I don't think it is stupid if it stops cross site scripting attacks! Can beaker prevent scripts from running on other ZeroNet pages? I'll take a look.

Richard87 commented 7 years ago

I second that, security and stopping XSS is important, and maybe this browser would make it way easier to spread/setup a local ZeroNet innstalation if its built into the plugin?

HelloZeroNet commented 7 years ago

The XSS is not really an issue on ZeroNet because of iframe sandboxing and we have no POST/GET api, but it would be good to add it as a plugin. Also worth checking: https://github.com/kustomzone/Fuzium