Delta chat has this, seems good

(cherry picked from commit 3eaf8c8b702943db7a431f6115bd38163ee34bfe)
This commit is contained in:
Stephen Paul Weber 2024-09-08 14:29:35 -05:00 committed by Arne
parent 042904aae7
commit 5edcc75be0

View file

@ -202,6 +202,7 @@ public class WebxdcPage implements ConversationPage {
+ "script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: ; "
+ "connect-src 'self' data: blob: ; "
+ "img-src 'self' data: blob: ; "
+ "media-src 'self' data: blob: ; "
+ "webrtc 'block' ; "
);
headers.put("X-DNS-Prefetch-Control", "off");