Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Updated settings.py to dynamically populate ALLOWED_HOSTS using domains from the Django sites. #1384

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jan 29, 2024

  1. fix: Updated settings.py to dynamically populate ALLOWED_HOSTS using …

    …domains from the Django sites model
    amirtds committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d178cd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7b38a0 View commit details
    Browse the repository at this point in the history
  3. Add alternative domains to ALLOWED_HOSTS

    need to allow requests from customer custom domains
    bryanlandia authored and amirtds committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    196c141 View commit details
    Browse the repository at this point in the history
  4. Limit ALLOWED HOSTS for CMS

    amirtds committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    88217c3 View commit details
    Browse the repository at this point in the history