diff --git a/exec/load/http.js b/exec/load/http.js
index 69b17056f3039db8c4d5f42bf7481f5275d9b5b3..dc14e15fcbcded8ad7b914581b4d93f833ab3667 100644
--- a/exec/load/http.js
+++ b/exec/load/http.js
@@ -22,7 +22,7 @@ function HTTPRequest()
 			this.request_headers.push("Via: "+client.protocol.toLowerCase()+"/1.0 "+system.name);
 		// Request Headers
 		this.request_headers.push("Accept: text/*");
-		this.request_headers.push("Accept-Charset: ISO-8859-13,Latin-9,ISO-8859-15");
+		this.request_headers.push("Accept-Charset: ISO-8859-13,Latin-9,ISO-8859-15,ISO-8859-1,*;q=0.1");
 		this.request_headers.push("Accept-Encoding: ");
 		this.request_headers.push("Host: "+this.url.host);
 		if(this.referer != undefined)