We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8c0473 + c4cee70 commit a0bb4b3Copy full SHA for a0bb4b3
lib/index.js
@@ -29,6 +29,9 @@ module.exports = function (options) {
29
canonicalRoot: options.canonicalRoot
30
});
31
32
+ ag.teepee.headers['User-Agent'] = 'Hyperlink v' + version + ' (https://www.npmjs.com/package/hyperlink)';
33
+ ag.teepee.timeout = 30000;
34
+
35
var excludePattern;
36
37
if (Array.isArray(options.excludePatterns)) {
0 commit comments