apache - https blocks all http content on my website? -


i got certificate , trying set https.

however, i've got problem : content http source (not https) blocked :

[blocked] page @ xxxxx ran insecure content http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css

i saw many https site pictures not hosted on certified server. how can allow ?

thanks !

running http content on https page means insecure elements potentially used interact secure page, defeating point of having security. why web browsers @ least show warnings or block content.

overriding behaviour inadvisable if value security on website — might not have https @ all. if insecure content compromised visitors @ risk.

you can edit chrome config files stop content being blocked, shouldn't expect visitors same or worse force them it.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -