CoreyD97 / Burp-Montoya-Utilities

A collection of utilities for building extensions using Burp's Montoya API
GNU Affero General Public License v3.0
46 stars 9 forks source link

Allow users to unregister (and unpersist) a preference #5

Closed CrazyKidJack closed 9 months ago

CrazyKidJack commented 9 months ago

This would add a feature (a public function Preferences::unregister(String settingName)) to allow users to unregister a preference. Using this feature remove the preference from the Preferences object and delete it from the respective MontoyaApi persistence object.

CoreyD97 commented 9 months ago

Thanks for the PR!