Skip to content

Commit

Permalink
Shortened safeWinOpen() ↞ [auto-sync from `adamlui/ai-web-extension…
Browse files Browse the repository at this point in the history
…s/chatgpt-auto-talk`]
  • Loading branch information
kudo-sync-bot committed Oct 20, 2024
1 parent eea04e9 commit 7bff820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chatgpt/chatgpt-auto-talk/chatgpt-auto-talk.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
// @description:zu Dlala izimpendulo ze-ChatGPT ngokuzenzakalela
// @author Adam Lui
// @namespace https://github.com/adamlui
// @version 2024.10.20
// @version 2024.10.20.1
// @license MIT
// @icon https://assets.chatgptautotalk.com/images/icons/openai/black/icon48.png?v=9f1ed3c
// @icon64 https://assets.chatgptautotalk.com/images/icons/openai/black/icon64.png?v=9f1ed3c
Expand Down Expand Up @@ -565,7 +565,7 @@
}
},

safeWinOpen(url) { window.open(url, '_blank', 'noopener') } // to prevent backdoor vulnerabilities
safeWinOpen(url) { open(url, '_blank', 'noopener') } // to prevent backdoor vulnerabilities
}

// Define UI functions
Expand Down

0 comments on commit 7bff820

Please sign in to comment.