• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[SOLVED] Firefox und die Verbindungs-Einstellungen

Status
Für weitere Antworten geschlossen.
Bugzilla schrieb:
Comment #11 From Robert O'Callahan 2006-04-25 15:52 MST [reply]

Wolfgang, the new Firefox packages which don't try WPAD by default should fix
this right?

Comment #12 From Wolfgang Rosenauer 2006-04-25 22:19 MST [reply]

Not really. The new code still tries WPAD if environment proxy settings are not
available. I've thought this is intended?

+ nsresult rv = mSystemProxySettings->GetProxyForURI(uri, proxy);
+ if (NS_SUCCEEDED(rv)) {
+ ProcessPACString(proxy, result);
+ return NS_OK;
+ }
+ // Otherwise, allow the WPAD PAC lookup to go ahead

Comment #13 From Wolfgang Rosenauer 2006-04-25 22:51 MST [reply]

just discussed this:

We will change the behaviour that WPAD is used in this setting, which will fix
the symptoms of this bug.
The GA version of 10.1 will still behave that way since it's too late to change
it for it. Future updates for 10.1 (and newer ones on
ftp.suse.com/pub/projects/mozilla) will contain the change.

But after all: Your DNS servers are really broken! They shouldn't answer some
random fixup IP address. I would consider this a security risk of the DNS
implementation since spoofing is supported very well in that case.

This bug status will get WORKSFORME but as written above it gets changed.

Ich zitire hier einfach nochmal die Liste und die Lösung. Mit diesem Thread kann das Topic gerne geschlossen werden.
 
Status
Für weitere Antworten geschlossen.
Oben