Skip to content

Commit

Permalink
Merge branch 'main' into feat/choco
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanHope authored Dec 7, 2023
2 parents 497516f + d178cee commit 89365e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkg/api/install_manfiest.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ func installManifest(path string) error {
Path: hostPath,
HostType: "stdio",
AllowedExtensions: []string{"[email protected]"},
AllowedOrigins: []string{"chrome-extension://cahkgigfdplmhgjbioakkgennhncioli/"},
AllowedOrigins: []string{
"chrome-extension://cahkgigfdplmhgjbioakkgennhncioli/",
"chrome-extension://fbnilfpngakppdkddndcnckolmlpghdf/",
},
}

buffer, err := json.Marshal(manifest)
Expand Down

0 comments on commit 89365e5

Please sign in to comment.