Showing posts with label internet. Show all posts
Showing posts with label internet. Show all posts

2013/12/02

#37. Firefox and other browser blocks insecure content

You have a website and firefox or other browsers block your ads or other content?
And it also shows an alert about insecure content?

Maybe you are using https in your website, then probably the cause is that you are serving this content without security (http) and browsers usually complain about it.

A simple way to fix this common mixed content error is removing the protocol from the url, so if you have an url to your content like src="http://yourcontent/contentpage" leave it like src="//yourcontent/contentpage". This way the browser will connect using the same protocol as the container page and allowing the content.

2013/06/26

#33. Chrome hangs internet connection in Atheros LAN chips

As it turns out, the drivers for the Atheros L1 Gigabit Ethernet controller, when using Windows 7 or, as I found out recently, in Windows 8, are unable to support task offloading, resulting in disconnecting current internet connection which can only be solved disabling and re-enabling the connection.

To fix this problem you need to go to Device manager>network adapter>properties>advanced>task offload:value=off.