Bug 341340: microsummary service should identify itself when downloading pages, patch by Simon B�nzli <zeniko@gmail.com>, r=myk, sr=darin

This commit is contained in:
gavin@gavinsharp.com
2006-07-19 13:43:26 +00:00
parent fe231c4507
commit c06589af40

View File

@@ -1641,6 +1641,7 @@ MicrosummaryResource.prototype = {
request = request.QueryInterface(Ci.nsIXMLHttpRequest);
request.open("GET", this.uri.spec, true);
request.setRequestHeader("X-Moz", "microsummary");
request.send(null);
},