Answer the question
In order to leave comments, you need to log in
mixed content. Where does such an error come from?
Good day!
I found such an error. I understood the essence, the site works on https and some fonts are requested via http.
Googled and found a suggestion to replace all fonts.googleapis.com with https://fonts.googleapis.com It didn't help, and I can't find where these fonts are requested. Who faced, how did you decide?
Answer the question
In order to leave comments, you need to log in
You must first disable asset bundles in the config, connect your styles and scripts manually:
'components' => [
'assetManager' => [
'bundles' => false,
],
],
//fonts.googleapis.com/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question