You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: