src/cheogram/java/com/cheogram/android/WebxdcPage.java 🔗
@@ -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");