We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d76f4 commit 19a2208Copy full SHA for 19a2208
sources/net.sf.j2s.lib/.htaccess
@@ -7,6 +7,8 @@
7
BrowserMatch ^Mozilla/4 no-gzip
8
# IE 5.5 and IE 6.0 have bugs! Ignore them until IE 7.0+
9
BrowserMatch \bMSIE\s7 !no-gzip
10
+ # IE 6.0 after SP2 has no gzip bugs!
11
+ BrowserMatch \bMSIE.*SV !no-gzip
12
# Sometimes Opera pretends to be IE with "Mozila/4.0"
13
BrowserMatch \bOpera !no-gzip
14
AddOutputFilterByType DEFLATE text/css text/javascript application/x-javascript
0 commit comments