Add referrerPolicy option

This commit is contained in:
Dryusdan 2021-04-23 12:51:25 +02:00
parent 0f8911cd77
commit cf4f5da240
1 changed files with 2 additions and 1 deletions

View File

@ -58,6 +58,7 @@
"process": "systemd", "process": "systemd",
"paths": { "paths": {
"contentPath": "{{ item.home }}/www/content" "contentPath": "{{ item.home }}/www/content"
} },
"referrerPolicy": "{{ item.referrerpolicy | default('no-referrer') }}"
} }