Block a user
08bae61fc0
Merge branch 'develop' into issue/23-add-docu
b873b1fd0f
Merge pull request 'added CSRF trusted origin config, added tzdata - needed in debug mode' (#22) from sst/some-weird-stuff-with-docker into develop
6e51085210
removed the trusted origin foo again - added proper detection of https
5163834de4
added CSRF trusted origin config, added tzdata - needed in debug mode
WIP: issue/23-add-docu
b47c7ad38d
Add readme. Rename example env, to unhide it in the fileexplorer.
63b8a66ebb
Add restart policy to autostart the containers after boot
b873b1fd0f
Merge pull request 'added CSRF trusted origin config, added tzdata - needed in debug mode' (#22) from sst/some-weird-stuff-with-docker into develop
6e51085210
removed the trusted origin foo again - added proper detection of https
5163834de4
added CSRF trusted origin config, added tzdata - needed in debug mode
mhu
deleted branch sst/some-weird-stuff-with-docker from mhu/shimatta-kenkyusho
2024-11-21 00:50:09 +01:00
added CSRF trusted origin config, added tzdata - needed in debug mode
added CSRF trusted origin config, added tzdata - needed in debug mode
As I was finally able to reproduce all that stuff, it's okay.
added CSRF trusted origin config, added tzdata - needed in debug mode
Okay, I think I found the root cause of the issue:
HttpRequest.is_secure(): Returns True if the request is secure; that is, if it was made with HTTPS. Django isn’t magic here: it goes on…
added CSRF trusted origin config, added tzdata - needed in debug mode
https://medium.com/django-deployment/how-to-fix-djangos-https-redirects-in-nginx-63d304ddb19c
Tossing that into the mix as well...
added CSRF trusted origin config, added tzdata - needed in debug mode
I don't get this. This should only be a problem, if django actually wants to check for HTTPS.
added CSRF trusted origin config, added tzdata - needed in debug mode
Warning
Modifying this setting can compromise your site’s security. Ensure you fully understand your setup before changing it.
Make sure ALL of the following are true before setting…