diff --git a/templates/config.production.json.j2 b/templates/config.production.json.j2 index d3241b9..8ad4597 100644 --- a/templates/config.production.json.j2 +++ b/templates/config.production.json.j2 @@ -58,6 +58,7 @@ "process": "systemd", "paths": { "contentPath": "{{ item.home }}/www/content" - } + }, + "referrerPolicy": "{{ item.referrerpolicy | default('no-referrer') }}" }