rtc-web-archive icon indicating copy to clipboard operation
rtc-web-archive copied to clipboard

Give CSP Headers exception in Documentation

Open fwebdev opened this issue 2 years ago • 0 comments

It would be good if you could provide Information about the exception for Content-Security-Policies Agora demands. With the latest update (to keep working for Chrome 103) we needed more CSP exceptions for Safari to work. I could not find anything about that in your Documentation.

The exceptions we added so far to our Rules:

worker-src 'self' blob; child-src 'self' blob; //for Safari pre 15.5 only connect-src https://.agora.io: wss://.edge.agora.io: https://.agoraio.cn: wss://.edge.agoraio.cn: https://.agora.io: wss://.edge.agora.io: https://.agoraio.cn: wss://.edge.agoraio.cn:

fwebdev avatar Jul 05 '22 08:07 fwebdev