Skip to content

Commit

Permalink
Add new redirect domain redirect.github.com (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Jul 2, 2024
1 parent 5eed0f0 commit 1df2b4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function shortenRepoUrl(href, currentUrl = 'https://github.com') {
const isRedirection = [
'https://togithub.com', // Renovate
'https://github-redirect.dependabot.com', // Dependabot
'https://redirect.github.com', // Dependabot
].includes(origin);

let [
Expand Down

0 comments on commit 1df2b4f

Please sign in to comment.