domainaware / checkdmarc

A parser for SPF and DMARC DNS records
https://domainaware.github.io/checkdmarc
Apache License 2.0
244 stars 76 forks source link

CHANGELOG.md: Fix typos #105

Closed cclauss closed 11 months ago

cclauss commented 11 months ago
- `get_base_domain()` will return the input sting instead of `None` if it can't parse a domain
+ `get_base_domain()` will return the input string instead of `None` if it can't parse a domain

- Emulate a browser HTTP `User-Agent` sting when downloading
+ Emulate a browser HTTP `User-Agent` string when downloading