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

CSRF_TRUSTED_ORIGINS #56

Open
Tracked by #46
m1kc opened this issue Jul 4, 2023 · 0 comments
Open
Tracked by #46

CSRF_TRUSTED_ORIGINS #56

m1kc opened this issue Jul 4, 2023 · 0 comments
Labels
feature New feature or request

Comments

@m1kc
Copy link
Owner

m1kc commented Jul 4, 2023

CSRF_TRUSTED_ORIGINS = []
for host in ALLOWED_HOSTS:
	CSRF_TRUSTED_ORIGINS.append('http://' + host)
	CSRF_TRUSTED_ORIGINS.append('https://' + host)
@m1kc m1kc added the feature New feature or request label Jul 4, 2023
@m1kc m1kc mentioned this issue May 15, 2023
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant