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: Add CSRF_TRUSTED_ORIGINS to settings.py #165

Merged
merged 3 commits into from
Mar 25, 2023
Merged

fix: Add CSRF_TRUSTED_ORIGINS to settings.py #165

merged 3 commits into from
Mar 25, 2023

Conversation

p0lygun
Copy link
Member

@p0lygun p0lygun commented Mar 25, 2023

CSRF_TRUSTED_ORIGINS is required by Django 4.0+ to have csrf functionality.

@p0lygun p0lygun added 0 priority: High 🥇 issues that must be addressed ASAP type:backend 🖥 issues that need addition/modification on backend labels Mar 25, 2023
@p0lygun p0lygun requested a review from a team March 25, 2023 11:49
@p0lygun p0lygun self-assigned this Mar 25, 2023
@p0lygun p0lygun changed the title fix: Add CSRF_TRUSTED_ORIGINS to settings.py wip: fix: Add CSRF_TRUSTED_ORIGINS to settings.py Mar 25, 2023
Copy link
Collaborator

@Matavatar Matavatar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good hehe

@p0lygun p0lygun changed the title wip: fix: Add CSRF_TRUSTED_ORIGINS to settings.py fix: Add CSRF_TRUSTED_ORIGINS to settings.py Mar 25, 2023
@p0lygun p0lygun merged commit 142beab into main Mar 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 priority: High 🥇 issues that must be addressed ASAP type:backend 🖥 issues that need addition/modification on backend
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants