WKobes

Results 9 issues of WKobes

Missing keyword that I encountered multiple times

**Describe the bug** Domains registered under .com by IANA directly output a different format, thus causes the parsing to fail. An example is `example.com`. Instead for regular format, it has...

bug
help wanted

Although problems with non-IDNA2008 domains were already reported and partially fixed in #484, the front-end still rejects non-IDNA2008 domains (both in their rendered as punycode representation). You can use the...

enhancement

When attempting a test on a [fully qualified domain name](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) including the trailing dot, the test suite reports `The given domain is invalid!`. It can be convenient to test your...

enhancement

If you enter an invalid URL, like `kasfjajfkljklaw.safjhsfhaka`, in the website or mail test, the form rejects the URL with message: ``` The given domain is invalid! Explanation: An A...

enhancement

Discussed this morning with @baknu Per #468 the situation Null MX *without* A/AAAA record present is given warning/notice score. The reasoning is that a Null MX is not necessary, since...

duplicate
content

We should request Prolocation to add a SPF -all and Null MX to int-stats.prolocation.net This is used for matomo.internet.nl. https://internet.nl/mail/matomo.internet.nl/795928/

infrastructure

When there is no response for a specific record type, but there is a warning from dig, the warning is returned as output. Observed output: ``` >>> pydig.query("*.XXXXXX.com", "A") [';;...

The HTTPS redirect test explanation gives two examples for valid redirection: > - http://example.nl ⇒ https://example.nl ⇒ https://www.example.nl > - http://www.example.nl ⇒ https://www.example.nl However, this test succeeds (on both apex...