chore: Use permissive cross-origin-opener-policy setting

This commit is contained in:
Jennifer Richards 2023-06-01 17:12:15 -03:00
parent 3cf5550753
commit 2d661a1a5f
No known key found for this signature in database
GPG key ID: 9B2BF5C5ADDA6A6E

View file

@ -539,6 +539,8 @@ SECURE_HSTS_SECONDS = 3600
#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 = (