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.

my page https://login.salesforce.com/?ec=302&starturl=/visualforce/session%3furl%3dhttps%253a%252f%252faexp.ap1.visual.force.com%252fapex%252faexp__test_offer&un=ashok_bommali%40amex.cms&pw=infy@789

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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -