-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBasilisk-Portable.ini
123 lines (94 loc) · 3.09 KB
/
Basilisk-Portable.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
;--------------------------------------------------------------------------------
; Pale Moon Portable Copyright� 2009-2018 Moonchild Productions & Mozilla Contributors
; Portable framework Copyright� winPenPack & contributors
; Launcher released under the terms and conditions of the winPenPack License Agreement
; (see license.txt)
;--------------------------------------------------------------------------------
[Version]
Ini Author=M.C. Straver
Ini Revision=28
Ini Date=27/09/2018
Ini Locale=en
Software=Basilisk
Soft.Version=2020.11.25
Web=http://www.basilisk-browser.org
Launcher=2.0
System=
[Group]
Category=
Sub Category=
License=Freeware
;--------------------------------------------------------------------------------
[Setup]
AppName=Basilisk
Profile=Default
[FileToRun]
PathToExe=$Bin$\$AppName$\$AppName$.exe
Parameters=-profile "%MOZ_PROFILE_PATH%"
[Environment]
;(multiple instances)
;MOZ_NO_REMOTE=1
;(profile path)
MOZ_PROFILE_PATH=$Home$\$AppName$\Profiles\$Profile$
;(plugins path)
BROWSER_PLUGINS=.\Plugins
FP_FLASH_PATH=%BROWSER_PLUGINS%\Flash
FP_SOUND_PLUGINS=%BROWSER_PLUGINS%\SoundPlayback
MOZ_PLUGIN_PATH=%FP_FLASH_PATH%;%FP_SOUND_PLUGINS%
[Functions]
DirCreate=$Download$|$Backup$\$AppName$
DirCopy=$ExeDir$\defaults\profile|%MOZ_PROFILE_PATH%
FileDelete=%MOZ_PROFILE_PATH%\compreg.dat
DirRemove=$Lib$\Mozilla\$AppName$
[RunAfter]
;(make password backups)
FileCopy=%MOZ_PROFILE_PATH%\key3.db|$Backup$\$AppName$|o
FileCopy=%MOZ_PROFILE_PATH%\signons.sqlite|$Backup$\$AppName$|o
FileCopy=%MOZ_PROFILE_PATH%\logins.json|$Backup$\$AppName$|o
;(make bookmark backups)
DirCopy=%MOZ_PROFILE_PATH%\bookmarkbackups|$Backup$\$AppName$|o
; ========================================
; ** User preferences **
; ========================================
[WriteToPref=%MOZ_PROFILE_PATH%\user.js]
Format=user_pref("[PREF]", [VALUE]);
;(cache directory)
browser.cache.disk.parent_directory=%MOZ_PROFILE_PATH%|\\"
;(download directory)
browser.download.lastDir=$Download$|\\"
;(default browser)
browser.shell.checkDefaultBrowser=false
;(disable jumplists)
browser.taskbar.lists.enabled=false
; ========================================
; ** Global preferences **
; ========================================
[WriteToIni=$ExeDir$\application.ini]
;(disable crash reporter)
Crash Reporter|Enabled=0
[WriteToPref=$ExeDir$\browserconfig.properties]
Format=[PREF]=[VALUE]
;(first run homepage)
browser.startup.homepage=http://start.palemoon.org
[WriteToPref=$ExeDir$\defaults\pref\palemoon.js]
Format=pref("[PREF]", [VALUE]);
;(automatic updates)
app.update.auto=false
app.update.enabled=false
;(default browser)
browser.shell.checkDefaultBrowser=false
;(download)
browser.download.useDownloadDir=false
browser.download.manager.retention=1
;(enable cache)
browser.cache.disk.enable=false
;(show plugins path)
plugin.expose_full_path=true
;don't install extensions from the host PC
extensions.enabledScopes=5
[Options]
DeleteTemp=true
MultipleInstances=true
RunWait=true
ShowSplash=false
WriteLog=false