albedo / blurry-vision
Extension to blur sensitive data in admin panel (carts, reports, figures) - useful when screensharing.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
This package is not auto-updated.
Last update: 2025-03-28 23:38:57 UTC
README
Small extension to blur sensitive data in admin panel (convenient when sharing screen during calls or during workshops).
Sometimes, when you want to show something on production server, it's always risky to show figures or customer data to someone.
This small extension allows you to define CSS selectors of data that should be blurred by default.
You can always "unblur" it by pressing B
key.
This extension doesn't protect sensitive data, it's just CSS filter applied, data can be easily accessed using devtools.
Installation
To install use:
composer require albedo/blurry-vision
Testing
Execute:
vendor/bin/mftf run:test BlurredByDefaultTest --remove