| Summary: | Konqueror very slow on a website | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | gerard |
| Component: | general | Assignee: | Thiago Macieira <thiago> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Mandrake RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
gerard
2005-08-01 23:24:47 UTC
The behavior is perfect with Opera on the same computer. So Konqui = bad Firefox = bad on Linux, good on Windows Opera = good on Linux Very strange... linebourse.fr is running a broken DNS server. SVN commit 442249 by thiago: Importing the first ipv6blacklist file. All the domains listed in this file will do only IPv4 resolution. This is a workaround for broken DNS servers out there and wouldn't be needed if admins were all competent and used proper software. When adding a domain to this file, please note the bug report that indicated the brokenness. Also, all domains in this file must be rechecked periodically. doubleclick.net: Bug #70363, also blacklisted in Firefox linebourse.fr: Bug #109984 banquepopulaire.fr: Bug #109984 CCBUG:70363 BUG:109984 M +3 -0 Makefile.am A ipv6blacklist --- branches/KDE/3.5/kdelibs/kdecore/network/Makefile.am #442248:442249 @@ -50,5 +50,8 @@ ksocketbuffer_p.h \ syssocket.h +configdir = $(kde_confdir) +config_DATA = ipv6blacklist + # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |