We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92aeb2f commit ae5de75Copy full SHA for ae5de75
1 file changed
ietf/settings.py
@@ -61,6 +61,10 @@
61
62
ALLOWED_HOSTS = [".ietf.org", ".ietf.org.", "209.208.19.216", "4.31.198.44", "127.0.0.1", "localhost:8000", ]
63
64
+X_FRAME_OPTIONS = 'ALLOW-FROM meetecho.com *.meetecho.com *.ietf.org'
65
+CSRF_TRUSTED_ORIGINS = ['meetecho.com', '*.meetecho.com', '*.ietf.org', ]
66
+CSRF_COOKIE_SAMESITE = None
67
+
68
69
# Server name of the tools server
70
TOOLS_SERVER = 'tools.' + IETF_DOMAIN
0 commit comments