mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 15:04:42 +00:00
fix: protect Firefox browser data from cleaning
Fixes #307 - Add Firefox to DATA_PROTECTED_BUNDLES to prevent cleaning - Protects IndexedDB, localStorage, and other complex storage - Prevents Gmail and other web apps from breaking after clean
This commit is contained in:
@@ -414,6 +414,10 @@ readonly DATA_PROTECTED_BUNDLES=(
|
||||
"tv.plex.player.desktop" # Plex
|
||||
"com.netease.163music" # NetEase Music
|
||||
|
||||
# Web Browsers (protect complex storage like IndexedDB, localStorage)
|
||||
"Firefox" # Firefox Application Support
|
||||
"org.mozilla.*" # Firefox bundle IDs
|
||||
|
||||
# License Management & App Stores
|
||||
"com.paddle.Paddle*" # Paddle (license management)
|
||||
"com.setapp.DesktopClient" # Setapp
|
||||
|
||||
Reference in New Issue
Block a user