Allow users to set trusted proxies for header override.

This should fix issue #145.
This commit is contained in:
Jan Böhmer 2022-07-17 22:47:30 +02:00
parent 7a14fb60d3
commit 9cc4226726
2 changed files with 11 additions and 1 deletions

View file

@ -50,4 +50,5 @@ parameters:
env(DEMO_MODE): 0
env(ALLOW_ATTACHMENT_DOWNLOADS): 0
env(TRUSTED_PROXIES): '127.0.0.1' #By default trust only our own server
env(TRUSTED_HOSTS): '' # Trust all host names by default