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

python manage.py check doesn't pass #113

Open
ghost opened this issue Jun 14, 2020 · 0 comments
Open

python manage.py check doesn't pass #113

ghost opened this issue Jun 14, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jun 14, 2020

What happened?

I hacked the django-crash-starter cookiecutter for deployment to Heroku (I removed anymail, caches and logging). The github repo is here: And I got it up and running(). I ran heroku run python manage.py check --deploy -a <app-name> and got this:

?: (security.W022) You have not set the SECURE_REFERRER_POLICY setting. Without this, your site will not send a Referrer-Policy header. You should consider enabling this header to protect user privacy.

What should've happened instead?

It should have passed the checks

Steps to reproduce

run python manage.py check --deploy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants