jquery - Security warning in IE when using jScrollpane -
i using jsrollpane (a jquery plugin) on page. use of source file plugin causing security warning in ie- "this webpage contains content not delivered using s secure https connection,which compromise security of entire webpage"
i checked media resources fetched using http nut it's not there.
and source file using http://github.com/vitch/jscrollpane/raw/master/script/jquery.jscrollpane.min.js
any on this?
thanks, sushil
the file linking not have https protocol. change does, is...
https://github.com/vitch/jscrollpane/raw/master/script/jquery.jscrollpane.min.js
alternatively, drop protocol , let browser figure out...
//github.com/vitch/jscrollpane/raw/master/script/jquery.jscrollpane.min.js
Comments
Post a Comment