mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
refactor: naming cleanup and crypto package improvements (#551)
* refactor: naming cleanup across all packages
This commit is contained in:
+4
-4
@@ -74,10 +74,10 @@ func NonSensitiveCategories() []Category {
|
||||
type BrowserKind int
|
||||
|
||||
const (
|
||||
KindChromium BrowserKind = iota
|
||||
KindChromiumYandex // Chromium variant with different file names and extract logic
|
||||
KindChromiumOpera // Opera: extensions in "opsettings" key, data in Roaming
|
||||
KindFirefox
|
||||
Chromium BrowserKind = iota
|
||||
ChromiumYandex // Chromium variant with different file names and extract logic
|
||||
ChromiumOpera // Opera: extensions in "opsettings" key, data in Roaming
|
||||
Firefox
|
||||
)
|
||||
|
||||
// BrowserConfig holds the declarative configuration for a browser installation.
|
||||
|
||||
Reference in New Issue
Block a user