Skip to content

Commit

Permalink
Add base setting for place holder service
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Feb 3, 2025
1 parent 242d771 commit 3aeaa85
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 @@ -406,4 +406,7 @@
ACCOUNT_EMAIL_VERIFICATION = 'none'

# For iframe
X_FRAME_OPTIONS = 'SAMEORIGIN'
X_FRAME_OPTIONS = 'SAMEORIGIN'

# Placehold service
PLACEHOLD_SERVICE = 'https://placehold.co/'

0 comments on commit 3aeaa85

Please sign in to comment.