Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to revoke given permission in Chrome and Firefox?

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)

like image 888
Saeed Neamati Avatar asked Jul 01 '11 14:07

Saeed Neamati


People also ask

How do I remove permissions from Firefox?

See the Site Information panel article for previous Firefox versions. in the address bar. Click this icon to open the Permissions panel, where you can view and adjust permissions for the website. You can click the X next to any permission entry to clear the status.

What is revoking permission?

If you no longer need access to a role or a resource, you can revoke the permission to that role or resource. To revoke a permission, navigate to Access > Permissions and select the required permission and specify a reason for revoking the permission. You can also revoke a permission on behalf of other users.


1 Answers

chrome://settings/content has a section that allows you to revoke location permissions.

like image 86
Kinlan Avatar answered Oct 02 '22 18:10

Kinlan