dillbyrne / random-agent-spoofer

Firefox addon - Rotates complete browser profiles ( from real browsers / devices ) at a user defined time interval. It includes many extra privacy enhancing options
https://addons.mozilla.org/en-US/firefox/addon/random-agent-spoofer/
GNU General Public License v3.0
615 stars 108 forks source link

whitelist sessionstorage (dom storage) #117

Open Carlgo11 opened 9 years ago

Carlgo11 commented 9 years ago

What would I add in the whitelist json to enable sessionstorage on a single site? I can't seem to find it when looking through your massive code.

Also, keep up the work! :heart:

dillbyrne commented 9 years ago

Hello @Carlgo11 The session storage is a global option in firefox. I'm not aware of a way to set it on a per site basis. This may change when firefox implements multiprocess support. I will look into it when I get some time.

If there is a part of the code that is awkward or confusing to read let me know and I will add better comments. I'm always looking for places I can remove code.

Thank you for the support :) I will let you know if I find a way to add per site session storage.

Carlgo11 commented 9 years ago

Oh okay. Could you add a page on the wiki telling which features support the whitelist thing?

P.S. Donated :wink:

dillbyrne commented 9 years ago

@Carlgo11 Thank you. I really appreciate it. :smiley_cat:

There is an entry in the wiki already explaining the current whitelist options.

Let me know if you require any further clarifications and I will try to improve the documentation.