cfra / spacestatus

An extension for chromium which uses the SpaceAPI to display the status of your favorite hackerspace directly in your browser.
GNU General Public License v3.0
1 stars 0 forks source link

Permission #1

Open rorist opened 11 years ago

rorist commented 11 years ago

Hi there,

Why does it need all permissions ?

Regards.

cfra commented 11 years ago

The plugin requests the official list of spaceapi endpoints and will then connect to the endpoint you choose to get the data from it.

As the plugin doesn't include any prior knowledge of what endpoints are available, it must be allowed to communicate with any possible endpoint, i.e. all urls like http://* or https://* - which I encoded as ":///" which shows up as "All permissions".

If you have a suggestion how this could be done in a better way, I would be happy to look into that.