jitsi / jitsi-meet-electron

Jitsi Meet desktop application powered by :electron:
Apache License 2.0
1.5k stars 462 forks source link

fix(main): filter out frame-ancestors if exists in Content-Security-Policy #938

Closed emrahcom closed 9 months ago

emrahcom commented 9 months ago

The application filters out frame-ancestors if it exists in content-security-policy but it doesn't check Content-Security-Policy (with uppercase for the first letter) which is the recommend style in most guides.

In our use-case, we integrate Jitsi with our Keycloak server as identity provider and it uses Content-Security-Policy. So, it doesn't work if the application doesn't have this update.