openid 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/openid.js +1 -1
  2. package/package.json +1 -1
package/openid.js CHANGED
@@ -219,7 +219,7 @@ var _get = function (getUrl, params, callback, redirects) {
219
219
  url: getUrl,
220
220
  maxRedirects: redirects || 5,
221
221
  qs: params,
222
- headers: { 'Accept' : 'application/xrds+xml,text/html,text/plain,*/*' }
222
+ headers: { 'Accept' : 'application/xrds+xml,text/html,text/plain,*/*;q=0.9' }
223
223
  };
224
224
  request.get(options, function (error, response, body) {
225
225
  if (error) {
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "email": "havard.stranden@gmail.com",
19
19
  "web": "http://ox.no"
20
20
  },
21
- "version": "1.0.3",
21
+ "version": "1.0.4",
22
22
  "repository": {
23
23
  "type": "git",
24
24
  "url": "http://github.com/havard/node-openid.git"