From 4e22feb2566e5bd31020fd091949882676ed82cd Mon Sep 17 00:00:00 2001 From: Marijn Doeve Date: Tue, 22 Apr 2025 23:49:20 +0200 Subject: [PATCH] Update framework.yaml --- config/packages/framework.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index b3dd751..74b269a 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -10,10 +10,11 @@ framework: #esi: true #fragments: true when@prod: - # shortcut for private IP address ranges of your proxy - trusted_proxies: 'private_ranges' - # or, if your proxy instead uses the "Forwarded" header - trusted_headers: [ 'forwarded' ] + framework: + # shortcut for private IP address ranges of your proxy + trusted_proxies: 'private_ranges' + # or, if your proxy instead uses the "Forwarded" header + trusted_headers: [ 'forwarded' ] when@test: framework: