Imagine you have a web application or tool that you want to show to potential leads in webinars, on a trade exhibition or you want to record a screencast.
Doing this with personal data of users breaks privacy requirements or GDPR laws (unless you have their consent).
You could setup a staging system with mock-data, but we all know how much effort that means as well as keeping things in sync (even with good Dev-Ops processes).
This extension takes your application, and masks/obfuscates all text fields and images that match the given selectors (they work like CSS selectors). Problem solved!
Choosing the right selectors requires a little bit of HTML knowledge:
You either look at the source code of the page (with the web console) and find out the single ID or a class for the elements, or you tell the developer of the application to add a specific class to all fields that contain personal data, that needs to be masked.

- License: MIT License
- Weekly downloads: 0
- Average daily users: 4
- Rating: 0/5 of 0 ratings
- Created: 2019-01-18 09:03:48
- Last updated: 2019-01-18 17:25:08
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/data-masker-privacy-zorro/
- API: DataMaskerPrivacyZorroAddOn@valerioneri.de

