Skip to content

Commit 5d467d9

Browse files
Merge pull request ietf-tools#5739 from jennifer-richards/coop_setting
chore: Use permissive cross-origin-opener-policy setting
2 parents c8f9739 + 2d661a1 commit 5d467d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/settings.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,8 @@ def skip_unreadable_post(record):
539539
#SECURE_REDIRECT_EXEMPT
540540
#SECURE_SSL_HOST
541541
#SECURE_SSL_REDIRECT = True
542+
# Relax the COOP policy to allow Meetecho authentication pop-up
543+
SECURE_CROSS_ORIGIN_OPENER_POLICY = "unsafe-none"
542544

543545
# Override this in your settings_local with the IP addresses relevant for you:
544546
INTERNAL_IPS = (

0 commit comments

Comments
 (0)