-
Notifications
You must be signed in to change notification settings - Fork 82
Scoped Rule Storage #422
Description
Hello,
I am having an issue of scoped rules reverting back to a previous version that I am trying to troubleshoot.
I am assuming when you commit rules that they are cached somewhere. My reasoning for this is the following scenario:
I have committed new scoped rules in HTTPSB.
I then close my browser and clear caches and temp files.
The next time I open my browser, the newly committed rules are not there and the scoped rules have reverted to the previous set that I had prior to committing.
Most of the time if I reboot my machine without clearing the caches and temp files, the rules will then be remembered and are now "set".
I feel fairly sure that when I clean my caches and temp files, I am deleting something that I should not, but for the life of me I cannot figure it out.
In order for me to troubleshoot and fix this issue, I need to know where these scoped rules are being stored (both actual location and the cached location if one exists). I can then be sure these are excluded from deletion in the future thus hopefully solving my issue as I am pretty sure the problem is on my end with the clearing of caches and temp files, and not an issue with HTTPSB.
Any help in knowing the files and their locations would be greatly appreciated as I have been trying to figure this out for a while now with no success on my own.
Thanks in advance...
P.S. I had a similar issue with HTTPS Everywhere but that was easy to fix as I found it saved its user rules in C:\Users\xxxxx\AppData\Local\Google\Chrome\User Data\Default\Local Storage and not in C:\Users\xxxxx\AppData\Local\Google\Chrome\User Data\Default\Local Extension Settings as what I would have thought. HTTPSB does not seem to store anything in the C:\Users\xxxxx\AppData\Local\Google\Chrome\User Data\Default\Local Storage location though...