Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

website not working in FF but works in Chrome and IE

  • 3 replies
  • 4 have this problem
  • 28 views
  • Paskiausią atsakymą parašė cor-el

more options

Any idea why this fishing map does not show up in FF but works in IE and Chrome?

https://tpwd.texas.gov/fishboat/fish/programs/gofishing/santoniofish/satx_map.phtml

Any idea why this fishing map does not show up in FF but works in IE and Chrome? https://tpwd.texas.gov/fishboat/fish/programs/gofishing/santoniofish/satx_map.phtml

Chosen solution

You will notice that there is a shield icon to the left of the "Site Identity Button" (globe/padlock) on the location/address bar to indicate that mixed active content is blocked.

There is also an error in the Web Console (Firefox/Tools > Web Developer).

Blocked loading mixed active content "http://maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false"[Learn More]

You would have to change the URL to https or leave out the protocol:

<script type="text/javascript"
    src="//maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false">
</script>
Skaityti atsakymą kartu su kontekstu 👍 0

All Replies (3)

more options

Chosen Solution

You will notice that there is a shield icon to the left of the "Site Identity Button" (globe/padlock) on the location/address bar to indicate that mixed active content is blocked.

There is also an error in the Web Console (Firefox/Tools > Web Developer).

Blocked loading mixed active content "http://maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false"[Learn More]

You would have to change the URL to https or leave out the protocol:

<script type="text/javascript"
    src="//maps.googleapis.com/maps/api/js?key=AIzaSyDfhSEgHCTbghyruX1xpH26tysiRJI78og&sensor=false">
</script>

Modified by cor-el

more options

You're welcome