Skip to content

Commit

Permalink
Merge pull request #27006 from brave/ai-chat-copy-button-frame
Browse files Browse the repository at this point in the history
[AI Chat] allow clipboard-write in conversation entries frame
  • Loading branch information
petemill authored Dec 13, 2024
2 parents 1f0e2fc + 5a1d53c commit 10f779a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ai_chat/resources/page/chat_ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ function ConversationEntries(props: ConversationEntriesProps) {
return (
<iframe
sandbox='allow-scripts allow-same-origin'
allow='clipboard-write'
src={'chrome-untrusted://leo-ai-conversation-entries/' + conversationContext.conversationUuid}
ref={iframeRef}
onLoad={() => setHasLoaded(true)}
Expand Down

0 comments on commit 10f779a

Please sign in to comment.