Skip to content

Commit

Permalink
change x fram options header value
Browse files Browse the repository at this point in the history
  • Loading branch information
Melevir committed Nov 25, 2023
1 parent 704e6a6 commit 2838056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing_page/landing_page/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
ALLOWED_HOSTS = ['*']

CSRF_TRUSTED_ORIGINS = ['https://learn.python.ru']
X_FRAME_OPTIONS = "ALLOW"
X_FRAME_OPTIONS = "SAMEORIGIN"

INSTALLED_APPS = [
'mainpage.apps.MainpageConfig',
Expand Down

0 comments on commit 2838056

Please sign in to comment.