commit
5417177bad
|
@ -545,7 +545,8 @@ void CAppPage::Template_Filter()
|
|||
BOOL ff = (name.Find(L"Firefox_") != -1)
|
||||
|| (name.Find(L"Waterfox_") != -1)
|
||||
|| (name.Find(L"PaleMoon_") != -1)
|
||||
|| (name.Find(L"SeaMonkey_") != -1);
|
||||
|| (name.Find(L"SeaMonkey_") != -1)
|
||||
|| (name.Find(L"LibreWolf_") != -1);
|
||||
BOOL ch = (name.Find(L"Chrome_") != -1);
|
||||
BOOL other = (name.Find(L"Dragon_") != -1)
|
||||
|| (name.Find(L"Iron_") != -1)
|
||||
|
|
|
@ -65,6 +65,7 @@ Tmpl.Firefox=%AppData%\Mozilla\Firefox\Profiles\*
|
|||
Tmpl.Waterfox=%AppData%\Waterfox\Profiles\*
|
||||
Tmpl.PaleMoon=%AppData%\Moonchild Productions\Pale Moon\Profiles\*
|
||||
Tmpl.SeaMonkey=%AppData%\Mozilla\SeaMonkey\Profiles\*
|
||||
Tmpl.LibreWolf=%AppData%\LibreWolf\Profiles\*
|
||||
Tmpl.Office_Outlook=%Local AppData%\Microsoft\Outlook
|
||||
Tmpl.Windows_Vista_Mail=%Local AppData%\Microsoft\Windows Mail
|
||||
Tmpl.Windows_Live_Mail=%Local AppData%\Microsoft\Windows Live Mail
|
||||
|
@ -152,7 +153,7 @@ OpenKeyPath=iexplore.exe,HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\
|
|||
# OpenCredentials=y
|
||||
|
||||
#
|
||||
# Firefox / Waterfox / PaleMoon / SeaMonkey
|
||||
# Firefox / Waterfox / PaleMoon / SeaMonkey / LibreWolf
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -338,6 +339,53 @@ Tmpl.Title=#4338,SeaMonkey
|
|||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=seamonkey.exe,%Tmpl.SeaMonkey%\*
|
||||
|
||||
[Template_SeaMonkey_Separator]
|
||||
Tmpl.Title=-
|
||||
Tmpl.Class=WebBrowser
|
||||
|
||||
#
|
||||
# LibreWolf
|
||||
#
|
||||
|
||||
[Template_LibreWolf_Force]
|
||||
Tmpl.Title=#4323,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
ForceProcess=librewolf.exe
|
||||
|
||||
[Template_LibreWolf_Bookmarks_DirectAccess]
|
||||
Tmpl.Title=#4336,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\bookmark*
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\places*
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\favicons.sqlite
|
||||
|
||||
[Template_LibreWolf_Cookies_DirectAccess]
|
||||
Tmpl.Title=#4328,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\cookies*
|
||||
|
||||
[Template_LibreWolf_Passwords_DirectAccess]
|
||||
Tmpl.Title=#4331,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\logins.json
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\key*.db
|
||||
|
||||
[Template_LibreWolf_Session_DirectAccess]
|
||||
Tmpl.Title=#4340,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\sessionstore.js*
|
||||
|
||||
[Template_LibreWolf_Phishing_DirectAccess]
|
||||
Tmpl.Title=#4337,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\cert9.db
|
||||
OpenFilePath=librewolf.exe,%Local AppData%\LibreWolf\Profiles\*\safebrowsing*
|
||||
|
||||
[Template_LibreWolf_Profile_DirectAccess]
|
||||
Tmpl.Title=#4338,LibreWolf
|
||||
Tmpl.Class=WebBrowser
|
||||
OpenFilePath=librewolf.exe,%Tmpl.LibreWolf%\*
|
||||
|
||||
#
|
||||
# Firefox Add-ons
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue