天天看點

chrome浏覽器使用記錄

出現這個錯誤一般是因為chrome安裝了adblocker等這樣的插件,這些插件會把路徑及檔案名中包含廣告字樣的文字禁止掉,比如:<code>advert</code>,<code>ads</code>,<code>advertise</code>等。

解決方法:就是盡量不要用這些詞。

在https協定的頁面中,其它域的iframe頁面預設是不讓加載的,因為不安全。想要加載的話,需要在浏覽器快捷方式加一個參數:

<code>C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --allow-running-insecure-content</code>

<a href="https://stackoverflow.com/questions/18321032/how-to-get-chrome-to-allow-mixed-content">https://stackoverflow.com/questions/18321032/how-to-get-chrome-to-allow-mixed-content</a>

繼續閱讀