Skip to content

Commit

Permalink
Add X-FRAME-OPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Jan 18, 2025
1 parent 202538a commit 90346f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion g3w-admin/base/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,7 @@

SOCIALACCOUNT_ONLY = True
SOCIALACCOUNT_USER_ROLE = 'Viewer Level 1'
ACCOUNT_EMAIL_VERIFICATION = 'none'
ACCOUNT_EMAIL_VERIFICATION = 'none'

# For iframe
X_FRAME_OPTIONS = 'SAMEORIGIN'

0 comments on commit 90346f7

Please sign in to comment.