Skip to content

CSRF_TRUSTED_ORIGINS #56

Description

@m1kc
CSRF_TRUSTED_ORIGINS = []
for host in ALLOWED_HOSTS:
	CSRF_TRUSTED_ORIGINS.append('http://' + host)
	CSRF_TRUSTED_ORIGINS.append('https://' + host)

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions