Proxyeinstellungen LockPref-Problem

  • Hallo liebe Community,

    ich habe eine Problem mit den LockPref-Configs.

    Kurz zu meinem eigentlichem Ziel noch:

    Es soll unterbinden werden, dass Studenten den Proxy löschen können. Dieser wird über eine PAC-Datei konfiguriert.

    Meine Lösung sieht bis jetzt so aus:

    //
    lockPref("network.proxy.type", 2);
    lockPref("network.proxy.autoconfig_url", "http://[url-zensiert].pac/");

    es wird auch alles schön gelocked. Mein Problem ist aber, dass anscheinend die .pac nicht gelesen wird. Ich komme weiterhin auf Seiten die auf der Blackliste stehen.
    Achja, fast vergessen: stell ich alles manuell ein geht es.

    Wäre schön wenn mir jemand helfen könnte.

    Danke.

    Gruß

  • Hi,

    Zitat von IT-Azubi

    Hat keiner einen Tipp für mich? :/


    Ich kenne mich leider mit der Materie nicht genügend aus, möchte es aber nicht versäumen, an dieser Stelle auf eventuell unbekannte Seiten hinzuweisen:

    http://kb.mozillazine.org/Category:Preferences
    http://kb.mozillazine.org/Network.proxy.type
    http://kb.mozillazine.org/Network.proxy.autoconfig_url

    Zitat von IT-Azubi

    [...] Mein Problem ist aber, dass anscheinend die .pac nicht gelesen wird. Ich komme weiterhin auf Seiten die auf der Blackliste stehen.
    Achja, fast vergessen: stell ich alles manuell ein geht es. [...]

    Wie gesagt, bin kein Kenner auf diesem Gebiet, aber vielleicht gibt es hier ja einen Ansatz:

    Zitat von <woltlab-metacode-marker data-name=

    Caveats (Link)" data-link="">

    Caveats

    * This preference only has an effect if network.proxy.type is set to 2.
    * If the content pointed to in the preference changes, you may need to reload the file (a reload button is available next to the PAC URL field in the UI)
    * If the PAC file is invalid or contains errors, messages to this effect should appear in the JavaScript Console.
    * If the PAC file cannot be loaded, Mozilla will retry based on the preferences network.proxy.autoconfig_retry_interval_min and network.proxy.autoconfig_retry_interval_max.