mirror of
https://github.com/FuzzyGrim/Yamtrack.git
synced 2026-03-03 02:57:01 +00:00
Add CSRF environment variable for use behind reverse proxies (#250)
* Update settings.py to support setting CSRF trusted origins via environment variable * Add localhost as allowed host by default as it's always needed * Add localhost as allowed host by default as it's always needed * Update README.md to reflect the addition of the CSRF environment variable * Append localhost if it's not in allowed hosts * Localhost is now automatically added * Localhost is now automatically added * Localhost is now automatically added
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3"
|
||||
services:
|
||||
yamtrack:
|
||||
container_name: yamtrack
|
||||
|
||||
Reference in New Issue
Block a user