Skip to content

Commit caf9f7d

Browse files
authored
Added 'chatgpt.com' to allowedHosts
1 parent 0fbf72b commit caf9f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starters/chrome/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const allowedHosts = ['chat.openai.com'];
1+
const allowedHosts = ['chatgpt.com', 'chat.openai.com'];
22

33
// Add install/update actions
44
chrome.runtime.onInstalled.addListener((details) => {

0 commit comments

Comments
 (0)