Description
When e.g. visiting localhost:6666 with Chromium, it shows a ERR_UNSAFE_PORT error (and QtWebEngine does too).
With Chromium, passing --explicitly-allowed-ports=6666 makes that error go away (showing ERR_CONNECTION_REFUSED instead). However, the same passed to a QtWebEngine project (like simplebrowser) has no effect.
Some context: