зеркало из https://github.com/mozilla/pjs.git
Fix for 7533. The mechanism of specifying charset in content-type of a post data was breaking a lot of websites. I have changed the default to not send charset. If this has to be changed again this should go thru a pref (See bug 18431)
This commit is contained in:
Родитель
11e66da6a1
Коммит
a49e1e6359
|
@ -98,10 +98,6 @@ static NS_DEFINE_CID(kIOServiceCID, NS_IOSERVICE_CID);
|
|||
#include "nsEscape.h"
|
||||
#include "nsIMIMEService.h"
|
||||
|
||||
|
||||
|
||||
#define SPECIFY_CHARSET_IN_CONTENT_TYPE
|
||||
|
||||
static NS_DEFINE_CID(kCharsetConverterManagerCID, NS_ICHARSETCONVERTERMANAGER_CID);
|
||||
static NS_DEFINE_CID(kMIMEServiceCID, NS_MIMESERVICE_CID);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче