forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhttp.checker.config
More file actions
38 lines (33 loc) · 878 Bytes
/
http.checker.config
File metadata and controls
38 lines (33 loc) · 878 Bytes
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
# Config for checking connections of non-default_off rules
# without checking coverage.
[rulesets]
# Directory with XML files describing HTTPS Everywhere rulesets
rulesdir = src/chrome/content/rules
check_coverage = false
check_nonmatch_groups = false
check_test_formatting = false
auto_disable = false
include_default_off = false
skiplist = utils/ruleset-whitelist.csv
skipfield = 2
[certificates]
# Certificate trust anchors for checking chains in HTTPS connections
basedir = test/rules/platform_certs
[http]
user_agent = Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Firefox/36.0
enabled = true
connect_timeout = 20
read_timeout = 30
redirect_depth = 10
threads = 40
fetch_in_subprocess = false
ssl_version = TLSv1_2
[log]
logfile = -
loglevel = info
[thresholds]
metric = markup
max_distance = 0.1
[debug]
graphviz_file = HTEC_trie.dot
exit_after_dump = true