Skip to content

Commit a83556b

Browse files
committed
fix: restrict host permissions in manifest.json for security
1 parent d90ea9c commit a83556b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"https://twitter.com/*",
1515
"http://localhost:1234/*",
1616
"http://127.0.0.1:1234/*",
17-
"http://*/*",
18-
"https://*/*"
17+
"https://api.openai.com/*"
1918
],
2019
"icons": {
2120
"16": "icon.png",

0 commit comments

Comments
 (0)