With the new version of Bitdefender Total Security (2018-2019), we experience a new feature that warn us if password if sent trough url without using an ssl protocol.
If a user accepts to send information in an unencrypted way, we can add the url to the exception.
Doing some debugs...
We take a video input from url, using a custom port:
http://domain:15000/myuser/mypassword/video.ts
Bitdefender blocks the url BUT we can add into the exception list, here comes the problem;
if the url has a redirect to an ip (temp or permanent redirect), bitdefender is not seeing the exception anymore and block the ip.
Better explanation:
Bob opens vlc and pastes the url http://domain:15000/myuser/mypassword/video.ts , as loaded, this page redirect the url "domain" to one server's ip http://10.0.0.1:28383/myuser/mypassword/?token=jdhdhuchduchusdhc/video.ts (just an example), should bitdefender also see this new url (ip) whitelisted? Because for now this thing is not happening... Also, I'm not able to found anything to disable this type of check (password sent through unencrypted connection)... i tried to disable the function related but didn't work.
Don't know if this is a bug or whatever. For now i did a rollback to 2018 version