Skip to content

Commit

Permalink
Fix Chat webview rendering (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
angjordn authored Oct 1, 2024
1 parent c9f4661 commit b89a9dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private String getContent() {
<meta
http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src %s 'unsafe-inline'; style-src %s 'unsafe-inline';
img-src 'self' data:; object-src 'none'; base-uri 'none'; upgrade-insecure-requests;"
img-src 'self' data:; object-src 'none'; base-uri 'none';"
>
<title>Chat UI</title>
%s
Expand Down

0 comments on commit b89a9dd

Please sign in to comment.