Bug 141193

Summary: KHTML does not support css.gz in html pages
Product: [Applications] konqueror Reporter: Ben Aceler <aceler>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Ben Aceler 2007-02-04 20:17:57 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs

Some sites are using gzipped css files for css. The example is - http://moikrug.ru/
It contains the link like 
link rel="stylesheet" type="text/css" href="/data/styles_4218090422.css.gz"

and the Konqueror shows this site without any style - just plain text.
Comment 1 Stefan Monov 2007-02-05 22:58:27 UTC
This is a site problem - the css should be served up with the following in the header:
Content-Encoding: gzip