We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07e02b commit 1acb142Copy full SHA for 1acb142
1 file changed
ietf/settings.py
@@ -467,3 +467,5 @@ def skip_suspicious_operations(record):
467
}
468
if 'SECRET_KEY' not in locals():
469
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
470
+
471
+X_FRAME_OPTIONS = "ALLOW-FROM tools.ietf.org"
0 commit comments