How to revoke given permission in Chrome and Firefox?

Viewed 13607

One of the new APIs made available to developers is Geolocation API. As it's been defined in Specification, any browser should take the express permission of the user when revealing his/her geographic position to the surfed website. However, it's also been said that user can revoke that given permission at any time. I searched almost everywhere in Chrome and Firefox and I didn't find any place to revoke given permissions. Does anyone know how should I do that? (This is also the case in Contacts API)

6 Answers

In Chrome, on the address bar there will be a padlock or a info button. Click on it and it will open a popup with option of drop down next to Location. If location service is already given permission then Block option will be available to revoke it.

Related