Skip to content

Commit

Permalink
Merge pull request #67 from invisal/invisal/allow-studio-clipboard-pe…
Browse files Browse the repository at this point in the history
…rmission

Grant clipboard permission for studio
  • Loading branch information
Brayden authored Jan 17, 2025
2 parents c0e78fe + d1d1c4a commit ac0183c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/studio/handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ function createStudioHTML(apiKey: string): string {
<iframe
id="editor"
allow="clipboard-read; clipboard-write"
src="https://studio.outerbase.com/embed/starbase"
/>
</body>
Expand Down

0 comments on commit ac0183c

Please sign in to comment.