Requested an insecure stylesheet error Hatası
Selamlar,
Tarayıcınızın konsol çıktısına baktığınızda şöyle bir hata görebilirsiniz:
"Mixed Content: The page at 'https://www.example.com/index.php?main_page=login' was loaded over HTTPS, but requested an insecure stylesheet 'http://www.example.com/site_map.html'. This request has been blocked; the content must be served over HTTPS."
Sebebi SSL'den kaynaklı.
Çözüm // koymak olacak.
< link rel= "stylesheet" href=" // mysite.com/styles.css ">
< script src= "// mysite.com/app.js" > < / script>
İyi çalışmalar,
Recep.