Added an x_frame_options setting to permit datatracker pages to be embedded in tools parges, for the tools tutorial.

- Legacy-Id: 8069
This commit is contained in:
Henrik Levkowetz 2014-07-15 08:54:53 +00:00
parent f07e02b462
commit 1acb142b8e

View file

@ -467,3 +467,5 @@ if SERVER_MODE != 'production':
}
if 'SECRET_KEY' not in locals():
SECRET_KEY = 'PDwXboUq!=hPjnrtG2=ge#N$Dwy+wn@uivrugwpic8mxyPfHka'
X_FRAME_OPTIONS = "ALLOW-FROM tools.ietf.org"