Merge pull request #5739 from jennifer-richards/coop_setting

chore: Use permissive cross-origin-opener-policy setting
This commit is contained in:
Jennifer Richards 2023-06-01 18:44:00 -03:00 committed by GitHub
commit 5d467d996c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = (