Add allowed hosts option for required-sri
While testing out https://html-validate.org/rules/require-sri.html I am receiving many errors for URLs that I consider "local". When developing, my hostname is "192.168.1.201", but domain names like "mydomain.ext" are also in the final online website that are local. Is it possible to add an array of domains that are deemed local when target
is set to crossorigin
? I understand that might be an issue if the tool uses external resources to determine what is cross-origin, but asking still ;)