Disable WGET history tracking

It appears that as of now, the .wgetrc option is working in Debian. Option for ~/.wgetrc is simply.

hsts=0

As of now, the answer appears to be no. The workaround I placed in my .bashrc:

alias wget="wget --hsts-file ~/dotfiles/config/wget/wget-hsts"

This question was asked on the mailing list and the respondent suggested modifying the command in the .wgetrc, but as of this answer there is no documented hsts-file command over at https://www.gnu.org/software/wget/manual/html_node/Wgetrc-Commands.html, and my attempts to try and set it there anyway were unsuccessful (received an error message).