Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

website not working in FF but works in Chrome and IE

  • 3 réponses
  • 4 ont ce problème
  • 28 vues
  • Dernière réponse par 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

Solution choisie

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>
Lire cette réponse dans son contexte 👍 0

Toutes les réponses (3)

more options

Solution choisie

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>

Modifié le par cor-el