26
10
I know I can add specific URLs in the network.authmatic-ntlm-auth.trusted-uris
and separate them by comma delimiters, but I would like to enable NTLM for all intranet sites. I tried http://*
and http://.
but that didn't work. Also, some of the intranet sites are https
.
Update
- Set
network.automatic-ntlm-auth.allow-non-fqdn
totrue
- Set
network.automatic-ntlm-auth.trusted-uris
to blank
3For anyone confused why entire domains aren't working like I was, using just
mycompany.com
doesn't work. You have to usehttp://mycompany.com
. – Tarka – 2015-10-06T17:15:23.977we don't use FQDN for intranet sites, so i'll try it out when I have a chance. thank you! – Ray Cheng – 2013-05-11T01:11:35.117
@kine's first suggestion was right, I didn't have to use a leading dot or wildcards to get mycompany.com and all subdomains like dashboard.mycompany.com added. – David McClelland – 2013-12-02T15:54:52.010