We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b9c44 commit 006f793Copy full SHA for 006f793
landing_page/landing_page/settings.py
@@ -9,6 +9,7 @@
9
ALLOWED_HOSTS = ['*']
10
11
CSRF_TRUSTED_ORIGINS = ['https://learn.python.ru']
12
+X_FRAME_OPTIONS = "ALLOW"
13
14
INSTALLED_APPS = [
15
'mainpage.apps.MainpageConfig',
0 commit comments