-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkdbx_example.config.toml
56 lines (45 loc) · 1.28 KB
/
kdbx_example.config.toml
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
active_profile = "keepassxc"
browser_type = "firefox"
nr_threads = 10 #optional default: 1
[profile.keepassxc]
type = "kdbx"
sources = [ "private-kdbxc" ]
[[sources]]
name = "private-kdbxc"
file = "tests/resources/test_db.kdbx"
blocklist = [ "chess.com", "github.com", ] #optional
[profile.keepassx]
type = "kdbx"
sources = [ "private-kdbx" ]
[[sources]]
name = "private-kdbx"
file = "tests/resources/kepassx.kdbx"
blocklist = [ "chess.com", "github.com" ]
[profile.keepass]
type = "kdbx"
sources = [ "private-kdb" ]
[[sources]]
name = "private-kdb"
file = "tests/resources/keepass.kdbx"
blocklist = [ "chess.com", "github.com" ]
[profile.work-pass]
type = "pass"
sources = [ "work-pass" ] #optional
[profile.pwsafe]
type = "pwsafe"
sources = [ "pwsafe" ]
[[sources]]
name = "pwsafe"
file = "tests/resources/pwsafe.psafe3"
blocklist = [ "chess.com", "github.com" ] #optional
[[scripts]]
dir = "./scripts"
blocklist = [ "live.com.js", "myaccount.google.com.js" ] #optional
[urls] #optional
"([^/]{1,30}://)?[^/]+@gmail.com$" = "myaccount.google.com"
"gmail.com" = "myaccount.google.com"
"youtube.com" = "myaccount.google.com"
"google.com" = "myaccount.google.com"
"skype.com/" = "live.com"
"(https://)?lichess.org(/([a-z]|[A-Z]|[0-9])*)*" = "lichess.org"
"non-domain-name-in-DB-file" = ""