diff --git a/ietf/settings.py b/ietf/settings.py index 6039064fab9..7d07f12207d 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -539,6 +539,8 @@ def skip_unreadable_post(record): #SECURE_REDIRECT_EXEMPT #SECURE_SSL_HOST #SECURE_SSL_REDIRECT = True +# Relax the COOP policy to allow Meetecho authentication pop-up +SECURE_CROSS_ORIGIN_OPENER_POLICY = "unsafe-none" # Override this in your settings_local with the IP addresses relevant for you: INTERNAL_IPS = (