Skip to content

Commit 1acb142

Browse files
committed
Added an x_frame_options setting to permit datatracker pages to be embedded in tools parges, for the tools tutorial.
- Legacy-Id: 8069
1 parent f07e02b commit 1acb142

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
@@ -467,3 +467,5 @@ def skip_suspicious_operations(record):
467467
}
468468
if 'SECRET_KEY' not in locals():
469469
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
470+
471+
X_FRAME_OPTIONS = "ALLOW-FROM tools.ietf.org"

0 commit comments

Comments
 (0)