summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/phishing.conf
blob: aa6eb8fe941bece06f117e5cebd391866b99c524 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.include(duplicate=append,priority=0) "{= env.TESTDIR =}/configs/plugins.conf"

phishing {
  symbol = "PHISHING";
  strict_domains = {
    STRICT_PHISHING = [
      "{= env.TESTDIR =}/configs/maps/strict.phishing",
    ];
    STRICTER_PHISHING = [
      "{= env.TESTDIR =}/configs/maps/stricter.phishing"
    ]
  }
}