gbaptista / luminous

Identify, analyze and block code execution and event collection through JavaScript in your browser with code interception.
https://gbaptista.github.io/luminous
GNU General Public License v3.0
96 stars 11 forks source link

Add an option to export and import the current configuration. #111

Open StaticallyTypedRice opened 5 years ago

StaticallyTypedRice commented 5 years ago

It would be nice if we could export the current Luminous configuration as a file, and import configurations from files. I assume that the data is already mostly stored as JSON so I imagine it shouldn't be too difficult to implement.