Skip to content

Commit

Permalink
Merge c3413ea into 595aaab
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Apr 1, 2020
2 parents 595aaab + c3413ea commit 30c43ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/is_external_link.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const cache = new Cache();
/**
* Check whether the link is external
* @param {String} input The url to check
* @param {String} input The hostname / url of website
* @param {Array} input Exclude hostnames. Specific subdomain is required when applicable, including www.
* @returns {Boolean} True if the link doesn't have protocol or link has same host with config.url
*/

Expand Down

0 comments on commit 30c43ef

Please sign in to comment.