I'm using the Framework Yii2 which include Bootstrap. I have this error about mixed active content:
Blocked loading mixed active content “http://localhost/my-web-site/web/assets/b9b53b8/fonts/glyphicons-halflings-regular.woff2”
I checked and this is a font provided by Bootsrap. I don't use it directly on my written code. But what seems strange to me is that I'm on localhost (using xampp) but mixed active content
errors can only happen when using https
protocole, am I right?
How should I remove this error? Why is it happening?
EDIT
I think this is not a duplicate of this question because:
- It happen on localhost (which is over http and not https)
- The font causing the error is not on a cdn but on a local path (“http://localhost/my-web-site/web/assets/b9b53b8/fonts/glyphicons-halflings-regular.woff2”).
Maybe I'm wrong when I say this is not a duplicate but then, could you point me out what am I missing?