Since today I'm no longer able to vote (up and down, including upvoting comments), view total number of votes, star a question and accept an answer on SO and Meta SO. The mouse cursor isn't even transformed to a pointing hand when hovering over a vote count (even though I have enough rep in SO).
After loading a page I get the error
vote is not defined (question-page l. 41)
vote.init(67540);
I also can't see a preview in this editor page, nor do I get suggestions for tags, because
editorReady is not defined (ask l. 140)
editorReady('ask', true/* confirm navigation after wmd keypress */);
A further look reveals that one of the JavaScript files, question.js?v=a76c70d076c3 (which contains vote and editorReady), can't be loaded:
Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
A look at the response headers doesn't reveal anything to me that makes sense (regarding this issue):
HTTP/1.1 206 Partial Content Cache-Control: max-age=604800 Content-Type: application/x-javascript Last-Modified: Fri, 03 Dec 2010 08:29:13 GMT Accept-Ranges: bytes Etag: "a2a6b62ac492cb1:0" Date: Fri, 03 Dec 2010 19:09:43 GMT Content-Length: 31907 Content-Range: bytes 2588-34494/34495
I only get this issue in Firefox 4.0b7, not in Chromium (where I get 200 OK and Content-Encoding: gzip, and FF really accepts Gzip), though before today everything was fine.