html - "Your connection is not secure" after using ng-attr-type angularJS -


i have password input change type ng-attr-type directive:

<input ng-attr-type="{{ showpassword ? 'text' : 'password' }}"> 

the problem warning message saying connection not secure @ top of browser. know how rid of it?

thanks.

you have password <input> , application not running on https. therefore browser interprets possible insecure connection since you'd sending credentials on non-encrypted protocol.

you'd have enable https on application in order avoid seeing error.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -