Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

FF (latest version) not loading a local htm file

  • 1 Antwort
  • 0 haben dieses Problem
  • Letzte Antwort von TyDraniu

more options

Hi, I have local saved html file which loads images from our security cams The html has only code like this

<html>
<head></head>
	<body>
<script type="text/javascript">
  var height_array = new Array();
<script type="text/javascript">
  var height_array = new Array();
  var width_array = new Array();
  width_array[1] = 320;
  height_array[1] = 240;

<img src="http://192.168.2.2:78/livefeed?oid=1&size=640x480&t=" width="320" height="240" onload='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 1000)' onerror='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 5000)' alt='' />

<.../script....>

No matter what I change in the "normal" settings - Firefox is not loading the page at all.(file:///Users/drew/Downloads/CAM2.html)

In the left bottom corner it only shows "Performing a TLS Handshake with 192.168.2.2". And thats it. Every other browser is able to open the page and show the camera pictures, only Firefox not. Is there a easy fix for this?

Hi, I have local saved html file which loads images from our security cams The html has only code like this <pre><nowiki><html> <head></head> <body> <script type="text/javascript"> var height_array = new Array(); <script type="text/javascript"> var height_array = new Array(); var width_array = new Array(); width_array[1] = 320; height_array[1] = 240; <img src="http://192.168.2.2:78/livefeed?oid=1&size=640x480&t=" width="320" height="240" onload='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 1000)' onerror='setTimeout(function() {src = src.substring(0, (src.lastIndexOf("t=")+2))+(new Date()).getTime()}, 5000)' alt='' /> <.../script....> </nowiki></pre> No matter what I change in the "normal" settings - Firefox is not loading the page at all.(file:///Users/drew/Downloads/CAM2.html) In the left bottom corner it only shows "Performing a TLS Handshake with 192.168.2.2". And thats it. Every other browser is able to open the page and show the camera pictures, only Firefox not. Is there a easy fix for this?

Geändert am von cor-el

Ausgewählte Lösung

Try to enter about:config in the address bar and switch security.mixed_content.upgrade_display_content.image = false.

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (1)

more options

Ausgewählte Lösung

Try to enter about:config in the address bar and switch security.mixed_content.upgrade_display_content.image = false.

Geändert am von TyDraniu

Hilfreich?

Stellen Sie eine Frage

Sie müssen sich mit Ihrem Benutzerkonto anmelden, um auf Beiträge zu antworten. Bitte stellen Sie eine neue Frage, wenn Sie noch kein Benutzerkonto haben.