Property EnableBadDomainCheckerSupport
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
EnableBadDomainCheckerSupport
Whether to enable bad domain checker support.
public bool EnableBadDomainCheckerSupport { get; }
Property Value
Remarks
Enabling this will make the library load bad domain hashes on startup and check URLs against them when needed. This may slightly increase startup time and memory usage. When disabled, the bad domain checker will always return false on checks. We use https://github.com/nager/Nager.PublicSuffix with a cached HTTP rule provider to parse domain names; the public suffix list is cached on disk in the temp directory using the library defaults.