Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Revoke 'Store files' permission

My issue is linked to Chrome Browser. I'm developing an app using Сordova and https://github.com/apache/cordova-plugin-file.

This plugin is asking a permission to use persistent storage on the end-user browser such as:

enter image description here

I have clicked "ALLOW" a long time ago and this popup does not show anymore.

Right now, I'd like to prevent my user to have that popup and therefore I need to revoke that permission within my computer to perform some tests.

I have tried various tests to change browser settingб but I do not succeed on revoking that permission. I'm not speaking about location / flash or other permission, but that specific storage permission.

If anyone has a clue on how to revoke that one, I'll be glad to test it and provide my feedback.

like image 833
aorfevre Avatar asked Oct 30 '22 11:10

aorfevre


1 Answers

Go to chrome://settings/siteData, search for localhost and there you'll be able to clear File system storage.

chrome screenshot

like image 71
Sebastian Häni Avatar answered Nov 09 '22 16:11

Sebastian Häni